File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
import * as React from 'react' ;
14
14
import { StyleSheet } from 'react-native' ;
15
15
16
- import RNCProgressViewNativeComponent from 'RNCProgressViewNativeComponent' ;
16
+ import RNCProgressViewNativeComponent from './ RNCProgressViewNativeComponent' ;
17
17
18
18
import type { ImageSource } from 'react-native/Libraries/Image/ImageSource' ;
19
19
import type { ColorValue } from 'react-native/Libraries/StyleSheet/StyleSheetTypes' ;
@@ -73,7 +73,7 @@ const styles = StyleSheet.create({
73
73
} ,
74
74
} ) ;
75
75
76
- const ProgressViewIOSWithRef = forwardRef ( ProgressViewIOS ) ;
76
+ const ProgressViewIOSWithRef = React . forwardRef ( ProgressViewIOS ) ;
77
77
78
78
/* $FlowFixMe(>=0.89.0 site=react_native_ios_fb) This comment suppresses an
79
79
* error found when Flow v0.89 was deployed. To see the error, delete this
You can’t perform that action at this time.
0 commit comments