1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 10:15:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add webview test

This commit is contained in:
sunnylqm
2020-10-21 15:51:51 +08:00
parent ac18785e50
commit ec8c475c54
4 changed files with 63 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ import {
TouchableOpacity,
Linking,
Image,
NativeModules,
} from 'react-native';
import {
@@ -163,6 +162,7 @@ export default class App extends Component {
<TouchableOpacity onPress={this.checkUpdate}>
<Text style={styles.instructions}>点击这里检查更新</Text>
</TouchableOpacity>
{/* <WebView style={{flex:1}} source={{uri: require('../www/index.html')}}/> */}
</View>
);
}