I was able to fix the compiler error by changing the below https://github.com/frostney/react-native-create-library/blob/master/templates/ios.js#L33 to ``` #if __has_include(<React/RCTBridgeModule.h>) #import <React/RCTBridgeModule.h> #else #import "RCTBridgeModule.h" #endif ```