解决打包后无法显示图标的问题
This commit is contained in:
parent
bc463f16ec
commit
2b222c123f
|
|
@ -34,7 +34,8 @@ export default class App extends Component {
|
|||
}}
|
||||
scalesPageToFit={Platform.OS !== 'ios'}
|
||||
originWhitelist={['*']}
|
||||
source={require('./tpl.html')}
|
||||
// source={require('./tpl.html')}
|
||||
source={{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