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.
2 parents 06b56e1 + 1b1b270 commit 4affb12Copy full SHA for 4affb12
ios/Leaflet.m
@@ -2,6 +2,11 @@
2
3
@interface RCT_EXTERN_MODULE(Leaflet, NSObject)
4
5
++ (BOOL)requiresMainQueueSetup
6
+{
7
+ return YES;
8
+}
9
+
10
RCT_EXTERN_METHOD(multiply:(float)a withB:(float)b
11
withResolver:(RCTPromiseResolveBlock)resolve
12
withRejecter:(RCTPromiseRejectBlock)reject)
package.json
@@ -1,6 +1,6 @@
1
{
- "name": "react-native-leaflet-view",
- "version": "0.1.2",
+ "name": "react-native-leaflet-custom-view",
+ "version": "1.0.0",
"description": "A LeafletView component using WebView and Leaflet map for React Native applications",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments