mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-25 16:25:58 +00:00
Update README.md
This commit is contained in:
parent
c61d207c20
commit
4f64a3f38c
14
README.md
14
README.md
@ -5,7 +5,7 @@
|
||||
|
||||
# react-native-circular-progress
|
||||
|
||||
React Native component for creating animated, circular progress with ReactART. Useful for displaying users points for example.
|
||||
React Native component for creating animated, circular progress with ReactART. Useful for displaying users points for example. **Works on iOS & Android.**
|
||||
|
||||
## Example app
|
||||

|
||||
@ -85,6 +85,8 @@ You can configure the passing by following props:
|
||||
|
||||
You can find working example in the `example` directory of this repository. You can run it by:
|
||||
|
||||
### iOS
|
||||
|
||||
```sh
|
||||
git clone https://github.com/bgryszko/react-native-circular-progress.git
|
||||
cd react-native-circular-progress/example/ProgressChart
|
||||
@ -93,6 +95,16 @@ open ios/ProgressChart.xcodeproj
|
||||
```
|
||||
XCode will open. Click Run button and that's it.
|
||||
|
||||
### Android
|
||||
|
||||
Open your emulator and run:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/bgryszko/react-native-circular-progress.git
|
||||
cd react-native-circular-progress/example/ProgressChart
|
||||
npm install
|
||||
react-native run-android
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user