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.
1 parent 2a0ff7e commit b5761e1Copy full SHA for b5761e1
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