I am using Xcode 7.1 and the deployment target is iOS 9.1. The app is \"AreaCalculator\" and it was written in Swift. I did following to set up the framework and import the map:
For react native make sure you are importing from above to #if DEBUG mode.
Put librarries above #if DEBUG
#import "AppDelegate.h"
#import
#import
#import
#import "RNSplashScreen.h" // here
#import
#if DEBUG
#import
#import
#import
#import
#import
#import ```
Found here -> https://github.com/react-native-community/react-native-maps/issues/3453#issuecomment-665475820