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 cb404bf commit 0213adcCopy full SHA for 0213adc
packages/create-react-native-library/templates/common/$package.json
@@ -13,13 +13,18 @@
13
"android",
14
"ios",
15
"cpp",
16
- "<%- project.identifier -%>.podspec",
+ "*.podspec",
17
"!lib/typescript/example",
18
- "!android/build",
19
"!ios/build",
+ "!android/build",
20
+ "!android/gradle",
21
+ "!android/gradlew",
22
+ "!android/gradlew.bat",
23
+ "!android/local.properties",
24
"!**/__tests__",
25
"!**/__fixtures__",
- "!**/__mocks__"
26
+ "!**/__mocks__",
27
+ "!**/.*"
28
],
29
"scripts": {
30
"test": "jest",
0 commit comments