File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-leaflet-view" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A LeafletView component using WebView and Leaflet map for React Native applications" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export type LeafletViewProps = {
5454} ;
5555
5656const LeafletView : React . FC < LeafletViewProps > = ( {
57- renderLoading = ( ( ) => < LoadingIndicator /> ) ,
57+ renderLoading = ( ) => < LoadingIndicator /> ,
5858 onError,
5959 onLoadEnd,
6060 onLoadStart,
@@ -68,7 +68,7 @@ const LeafletView: React.FC<LeafletViewProps> = ({
6868 doDebug = __DEV__ ,
6969 androidHardwareAccelerationDisabled,
7070 webviewStyle,
71- injectedJavaScript
71+ injectedJavaScript,
7272} ) => {
7373 const webViewRef = useRef < WebView > ( null ) ;
7474 const [ initialized , setInitialized ] = useState ( false ) ;
You can’t perform that action at this time.
0 commit comments