File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1047,18 +1047,18 @@ class MapView extends React.Component<MapViewProps> {
1047
1047
// };
1048
1048
// }
1049
1049
1050
- const ComponentName = 'OsmMap' ;
1051
- const OsmMap =
1052
- UIManager . getViewManagerConfig ( ComponentName ) != null
1053
- ? requireNativeComponent < NativeProps > ( ComponentName )
1054
- : ( ) => {
1055
- throw new Error ( LINKING_ERROR ) ;
1056
- } ;
1057
1050
return < OsmMap { ...props } /> ;
1058
1051
}
1059
1052
}
1060
-
1061
- export const AnimatedMapView = Animated . createAnimatedComponent ( MapView ) ;
1053
+ const ComponentName = 'OsmMap' ;
1054
+
1055
+ const OsmMap =
1056
+ UIManager . getViewManagerConfig ( ComponentName ) != null
1057
+ ? requireNativeComponent < NativeProps > ( ComponentName )
1058
+ : ( ) => {
1059
+ throw new Error ( LINKING_ERROR ) ;
1060
+ } ;
1061
+ const AnimatedMapView = Animated . createAnimatedComponent ( MapView ) ;
1062
1062
1063
1063
MapView . Animated = AnimatedMapView ;
1064
1064
You can’t perform that action at this time.
0 commit comments