We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b3811 commit 03a7aa8Copy full SHA for 03a7aa8
example/package.json
@@ -3,8 +3,9 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "clean-haste": "rm -rf node_modules/react-native-localize/node_modules",
7
- "start": "npm run clean-haste && node node_modules/react-native/local-cli/cli.js start",
+ "clean:modules": "rm -rf node_modules/react-native-localize/node_modules",
+ "clean:example": "rm -rf node_modules/react-native-localize/example",
8
+ "start": "yarn clean:modules && yarn clean:example && node node_modules/react-native/local-cli/cli.js start",
9
"test": "jest"
10
},
11
"dependencies": {
0 commit comments