We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4660c46 commit cf81d92Copy full SHA for cf81d92
examples/demo/package.json
@@ -8,8 +8,8 @@
8
"preios": "bun run setup",
9
"android": "bash ../run-android.sh",
10
"ios": "bash ../run-ios.sh",
11
- "clean:android": "cd android && ./gradlew clean && cd ..",
12
- "clean:ios": "cd ios && xcodebuild clean && cd ..",
+ "clean:android": "rm -rf android/app/build android/app/.cxx android/build",
+ "clean:ios": "rm -rf ios/build ios/Pods",
13
"lint": "eslint .",
14
"start": "react-native start",
15
"test": "jest"
0 commit comments