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 a3cacfa commit 0c68904Copy full SHA for 0c68904
src/LeafletView/index.tsx
@@ -70,7 +70,7 @@ const LeafletView: React.FC<LeafletViewProps> = ({
70
androidHardwareAccelerationDisabled,
71
webviewStyle,
72
injectedJavaScript,
73
- source
+ source,
74
}) => {
75
const webViewRef = useRef<WebView>(null);
76
const [initialized, setInitialized] = useState(false);
@@ -237,4 +237,4 @@ const styles = StyleSheet.create({
237
},
238
});
239
240
-export default LeafletView;
+export default LeafletView;
0 commit comments