ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

googlemap js cannot work #97

Closed zhwcui closed 8 years ago

zhwcui commented 8 years ago

webview load googlemap can not load success when i put the webview component in navigator, but it load success when i do not use navigator, how it happend?

http://maps.google.cn/maps/api/js?sensor=false

render() {

return ( <Navigator initialRoute={{name: '谷歌地图首页', tagId : 'index',component: }}//this not work configureScene={this._configureScene} renderScene={this._renderScene} /> // //this work ) }