Skip to content

Commit f297f34

Browse files

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import {
1616
StatusBar,
1717
StyleSheet,
1818
View,
19-
WebView,
2019
} from 'react-native';
20+
import { WebView } from 'react-native-webview';
2121
import Constants from 'expo-constants';
2222
import { Notifications } from 'expo';
2323

package-lock.json

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"react": "16.8.3",
2121
"react-dom": "^16.8.6",
2222
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
23-
"react-native-web": "^0.11.4"
23+
"react-native-web": "^0.11.4",
24+
"react-native-webview": "^5.8.2"
2425
},
2526
"devDependencies": {
2627
"babel-preset-expo": "^5.1.1",

0 commit comments

Comments
 (0)