react-native-passcode-auth
react-native-passcode-auth copied to clipboard
RCTBridgeModule.h file not found
Any idea why this won't build from command line?

Need to update the project.pbxproj to add in the Release section's build settings the react-native/React path
58B511F11A9E6C8500147676 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/../../node_modules/react-native/React/**",
);
im facing this problem, could you add more details to your solution? @sigmb
This pull request fix this.
Thanks. The owner seems like he is not maintaining the project :(
I will create a package called react-native-device-auth including Touch ID and the passcode as a fallback using this package. And I will keep it updated.
@sigmb Thank you very much!
same issue can anyone help me out with this ?