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 1f7451d commit e79e8ddCopy full SHA for e79e8dd
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@react-native-community/progress-bar-android",
3
- "version": "1.0.0",
+ "version": "1.0.1-beta.3",
4
"description": "Progress Bar component for React Native",
5
"main": "index.js",
6
- "types":"index.d.ts",
+ "types": "index.d.ts",
7
"scripts": {
8
"start": "node node_modules/react-native/local-cli/cli.js start",
9
"start:android": "adb shell am start -n com.androidprogressbar/.MainActivity",
0 commit comments