fix chart not show in Android device
This commit is contained in:
parent
0ae9a6386c
commit
b867bde381
|
|
@ -34,7 +34,7 @@ export default class App extends Component {
|
|||
}}
|
||||
scalesPageToFit={Platform.OS !== 'ios'}
|
||||
originWhitelist={['*']}
|
||||
source={require('./tpl.html')}
|
||||
source={Platform.OS === 'ios' ? require('./tpl.html') : { uri: 'file:///android_asset/tpl.html' }}
|
||||
onMessage={event => this.props.onPress ? this.props.onPress(JSON.parse(event.nativeEvent.data)) : null}
|
||||
/>
|
||||
</View>
|
||||
|
|
|
|||
Loading…
Reference in New Issue