Skip to content

Commit fc78be7

Browse files
authored
Added documentation for example project setup
1 parent ac98fc6 commit fc78be7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
`$ npm install react-native-androidprogressbar --save`
77

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+
820
### Mostly automatic installation
921

1022
`$ react-native link react-native-androidprogressbar`
@@ -42,4 +54,4 @@ import RNCAndroidprogressbar from 'react-native-androidprogressbar';
4254
// TODO: What to do with the module?
4355
RNCAndroidprogressbar;
4456
```
45-
57+

0 commit comments

Comments
 (0)