1
- # @react-native-community/react-native- progress-view
1
+ # @react-native-community/progress-view
2
2
3
3
[ ![ Build Status] [ build-badge ]] [ build ]
4
4
[ ![ Version] [ version-badge ]] [ package ]
@@ -11,13 +11,13 @@ Use `ProgressViewIOS` to render a UIProgressView on iOS.
11
11
## Getting started
12
12
13
13
```
14
- $ npm install @react-native-community/react-native- progress-view --save
14
+ $ npm install @react-native-community/progress-view --save
15
15
```
16
16
17
17
or
18
18
19
19
```
20
- $ yarn add @react-native-community/react-native- progress-view
20
+ $ yarn add @react-native-community/progress-view
21
21
```
22
22
23
23
### Linking
@@ -35,7 +35,7 @@ $ cd ios && pod install
35
35
Run the following commands
36
36
37
37
```
38
- $ react-native link @react-native-community/react-native- progress-view
38
+ $ react-native link @react-native-community/progress-view
39
39
```
40
40
41
41
### Manual installation
@@ -44,7 +44,7 @@ $ react-native link @react-native-community/react-native-progress-view
44
44
<summary >Manually linking the library - iOS</summary >
45
45
46
46
1 . In XCode, in the project navigator, right click ` Libraries ` ➜ ` Add Files to [your project's name] `
47
- 2 . Go to ` node_modules ` ➜ ` @react-native-community/react-native- progress-view ` and add ` RNCProgressView.xcodeproj `
47
+ 2 . Go to ` node_modules ` ➜ ` @react-native-community/progress-view ` and add ` RNCProgressView.xcodeproj `
48
48
3 . In XCode, in the project navigator, select your project. Add ` libRNCProgressView.a ` to your project's ` Build Phases ` ➜ ` Link Binary With Libraries `
49
49
4 . Run your project (` Cmd+R ` )
50
50
@@ -53,7 +53,7 @@ $ react-native link @react-native-community/react-native-progress-view
53
53
## Usage
54
54
55
55
``` javascript
56
- import ProgressView from " @react-native-community/react-native- progress-view" ;
56
+ import ProgressView from " @react-native-community/progress-view" ;
57
57
```
58
58
59
59
## Reference
@@ -143,10 +143,10 @@ The library is released under the MIT license. For more information see [`LICENS
143
143
144
144
[ build-badge ] : https://img.shields.io/circleci/project/github/react-native-community/react-native-progress-view/master.svg?style=flat-square
145
145
[ build ] : https://circleci.com/gh/react-native-community/react-native-progress-view
146
- [ version-badge ] : https://img.shields.io/npm/v/@react-native-community/react-native- progress-view.svg?style=flat-square
147
- [ package ] : https://www.npmjs.com/package/@react-native-community/react-native- progress-view
146
+ [ version-badge ] : https://img.shields.io/npm/v/@react-native-community/progress-view.svg?style=flat-square
147
+ [ package ] : https://www.npmjs.com/package/@react-native-community/progress-view
148
148
[ support-badge ] :https://img.shields.io/badge/platforms-ios-lightgrey.svg?style=flat-square
149
- [ license-badge ] : https://img.shields.io/npm/l/@react-native-community/react-native- progress-view.svg?style=flat-square
149
+ [ license-badge ] : https://img.shields.io/npm/l/@react-native-community/progress-view.svg?style=flat-square
150
150
[ license ] : https://opensource.org/licenses/MIT
151
151
[ lean-core-badge ] : https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square
152
152
[ lean-core-issue ] : https://github.com/facebook/react-native/issues/23313
0 commit comments