I created my first react native app using the following command.
react-native init PropertyFinder
This created a project for ios in
If you're having trouble with the imports
#import "RCTBridgeModule.h" #import "RCTBridge.h" #import "RCTEventDispatcher.h" #import "RCTRootView.h" #import "RCTUtils.h" #import "RCTConvert.h"
try
#import #import #import #import #import #import