File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # react-native-progressview
1
+ # @ react-native-community/react-native-progress-view
2
2
3
3
Use ` ProgressViewIOS ` to render a UIProgressView on iOS.
4
4
It was part of React Native Core.
5
5
6
6
## Getting started
7
7
8
- ` $ npm install react-native-progressview --save `
8
+ ` $ npm install @ react-native-community/react-native-progress-view --save `
9
9
10
10
### Mostly automatic installation
11
11
12
- ` $ react-native link react-native-progressview `
12
+ ` $ react-native link @ react-native-community/react-native-progress-view `
13
13
14
14
### Manual installation
15
15
16
16
#### iOS
17
17
18
18
1 . In XCode, in the project navigator, right click ` Libraries ` ➜ ` Add Files to [your project's name] `
19
- 2 . Go to ` node_modules ` ➜ ` react-native-progressview ` and add ` RNCProgressView.xcodeproj `
19
+ 2 . Go to ` node_modules ` ➜ ` @ react-native-community/react-native-progress-view ` and add ` RNCProgressView.xcodeproj `
20
20
3 . In XCode, in the project navigator, select your project. Add ` libRNCProgressView.a ` to your project's ` Build Phases ` ➜ ` Link Binary With Libraries `
21
21
4 . Run your project (` Cmd+R ` )<
22
22
23
23
## Usage
24
24
25
25
``` javascript
26
- import RNCProgressView from " react-native-progressview " ;
26
+ import ProgressView from " @ react-native-community/react-native-progress-view " ;
27
27
```
28
28
29
29
## Reference
You can’t perform that action at this time.
0 commit comments