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 b9180d6 commit 5f9de6cCopy full SHA for 5f9de6c
package.json
@@ -5,6 +5,10 @@
5
"main": "lib/commonjs/index.js",
6
"react-native": "js/index.js",
7
"module": "lib/module/index.js",
8
+ "files": [
9
+ "/js",
10
+ "/lib"
11
+ ],
12
"scripts": {
13
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
14
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
0 commit comments