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 790ec66 commit 4c0305dCopy full SHA for 4c0305d
.npmignore
@@ -0,0 +1,3 @@
1
+/.circleci
2
+/.github
3
+/example
package.json
@@ -2,13 +2,10 @@
"name": "@react-native-community/react-native-progress-view",
"version": "1.0.0",
4
"description": "React Native Progress View iOS Library",
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
- ],
+ "publishConfig": {
+ "access": "public"
+ },
+ "main": "js/index.js",
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",
react-native-community-react-native-progress-view-1.0.0.tgz
-3.22 KB
0 commit comments