|
|
|
|
12
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
12
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
13
|
"scripts": {
|
13
|
"scripts": {
|
14
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
14
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
15
|
- "start-macos": "node node_modules/react-native-macos/local-cli/cli.js start --reset-cache --verbose --use-react-native-macos --config=metro.config.macos.js",
|
|
|
|
|
15
|
+ "start-macos": "node node_modules/react-native-macos/local-cli/cli.js start --use-react-native-macos",
|
16
|
"start:android": "react-native run-android --root example/",
|
16
|
"start:android": "react-native run-android --root example/",
|
17
|
"start:ios": "react-native run-ios --project-path example/ios --scheme RNCWebViewExample",
|
17
|
"start:ios": "react-native run-ios --project-path example/ios --scheme RNCWebViewExample",
|
18
|
"build:e2e:ios": "detox build -c ios",
|
18
|
"build:e2e:ios": "detox build -c ios",
|