frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 113 forks source link

make it RN 0.40 compatible #26

Closed itinance closed 7 years ago

itinance commented 7 years ago

For RN 0.40, headers changed from

#import "RCTBridgeModule.h"

to

#import <React/RCTBridgeModule.h>

frostney commented 7 years ago

Thank you for your contribution, much appreciated. ❤️ I just released version 1.1.0 which includes your changes.