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 ac98fc6 commit fc78be7Copy full SHA for fc78be7
README.md
@@ -5,6 +5,18 @@
5
6
`$ npm install react-native-androidprogressbar --save`
7
8
+## Example setup
9
+
10
+### Android
11
+1. Install dependencies
12
+2. Start the server
13
+3. Build the application
14
+```
15
+npm install
16
+npm run start
17
+npm run build:android
18
19
20
### Mostly automatic installation
21
22
`$ react-native link react-native-androidprogressbar`
@@ -42,4 +54,4 @@ import RNCAndroidprogressbar from 'react-native-androidprogressbar';
42
54
// TODO: What to do with the module?
43
55
RNCAndroidprogressbar;
44
56
```
45
-
57
0 commit comments