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.
2 parents 2a0ff7e + b5761e1 commit f1ee7efCopy full SHA for f1ee7ef
README.md
@@ -53,7 +53,7 @@ $ react-native link @react-native-community/progress-view
53
## Usage
54
55
```javascript
56
-import ProgressView from "@react-native-community/progress-view";
+import {ProgressView} from "@react-native-community/progress-view";
57
```
58
59
## Reference
index.js
@@ -1,6 +1 @@
1
-
2
-import { NativeModules } from 'react-native';
3
4
-const { RNCProgressView } = NativeModules;
5
6
-export default RNCProgressView;
+export {default as ProgressView} from './js/ProgressViewIOS';
0 commit comments