7kfpun / FinanceReactNative

[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).

Home Page:https://play.google.com/store/apps/details?id=com.kfpun.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'RCTBridgeModule.h' file not found

shellcodecow opened this issue · comments

commented

Hi, firstly thank you for these code. They are a great help :) .

Sorry to flag issues but I have installed them and got them all running fine. But for some reason, when I try to archive app , I get an error

'RCTBridgeModule.h' file not found
Do you know what could be causing this?

version Info:
xcode v7.1

commented

I have faced this issue almost, when I had tried to launch app , I got an error

Error: connot find module './packager/babelRegisterOnly'

I was wandering if the early version of react-native caused this.

version info:
xcode v7.3
npm 2.15.0
react-native 0.18.0

commented

Rewrite with react-native 0.26.3, please try if it works.