soutot/react-native-orientation-test

Can't seem to build project

ibussieres opened this issue · 2 comments

Hey, I'm willing to help out a bit, but I can't seem to build your project and don't have much time to start debugging why. Can you get it to build on latest version of RN and if your orientation still does not work, I'll look into helping out on that aspect.

image

Hi! Thanks, you made me check an error that I wasn't aware of.
After fixing the build you mentioned, I found that there was an error of RCTBridgeModule.h' file not found
I replaced it the import to this #import <React/RCTBridgeModule.h> and it seems to be working now!

Thank you very much!