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

Remove webview

This commit is contained in:
sunnylqm
2021-04-09 23:08:12 +08:00
parent 0ccacc2f7b
commit f720f290d9
5 changed files with 2 additions and 71 deletions

View File

@@ -176,7 +176,6 @@ export default class App extends Component {
</Text>
</TouchableOpacity>
<TestConsole visible={showTestConsole} />
{/* <WebView style={{flex:1}} source={{uri: require('../www/index.html')}}/> */}
</View>
);
}