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 e421393 commit 2c9b8c0Copy full SHA for 2c9b8c0
1 file changed
packages/react-native-gesture-handler/package.json
@@ -17,7 +17,7 @@
17
"circular-dependency-check": "yarn madge --extensions js,ts,tsx --circular src",
18
"architectures-consistency-check": "node ../../scripts/codegen-check-consistency.js",
19
"sync-architectures": "node ../../scripts/codegen-sync-archs.js",
20
- "clean": "rm -rf node_modules"
+ "clean": "rm -rf node_modules android/build android/.cxx"
21
},
22
"react-native": "src/index.ts",
23
"main": "lib/commonjs/index.js",
0 commit comments