react-native-utils
react-native-utils copied to clipboard
A simple wrapper for a set of native methods as utility method
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
pls update module to RN-0.40 solution for time being : go to RCTUtils.h file and replace import smth like that //#import "RCTBridgeModule.h" #if __has_include("RCTBridgeModule.h") // for React-Native version < 0.40...
RCTBridgeModule.h file not found -> error thrown by RCTUtils.h. Any idea how do i solve this. Im using react-native 0.31
Added header search paths so the project would build. Without them, you get build errors.