React-native-navigation: use of undefined identifier RCTBridgeWillReloadNotification in RCCManager.m

Created on 26 Mar 2018  ·  3Comments  ·  Source: wix/react-native-navigation

Issue Description

Fails to build:

~/react_apps/core/node_modules/react-native-navigation/ios/RCCManager.m:39:100: Use of undeclared identifier 'RCTBridgeWillReloadNotification'

Can get around this by defining the string in RCCManager.m:

NSString *const RCTBridgeWillReloadNotification = @"RCTBridgeWillReloadNotification";

Steps to Reproduce / Code Snippets / Screenshots

Build using current master, I do get the problem going back to 1409


Environment

  • React Native Navigation version: 1.1.409 and up
  • React Native version: 0.47.1
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator and device 11.2
iOS looking for contributors

Most helpful comment

I'm getting this error on React Native 0.48.3 too

All 3 comments

@guyca I will try to submit a PR for this.

@bjacog Sounds great!

I'm getting this error on React Native 0.48.3 too

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhanguangao picture zhanguangao  ·  3Comments

viper4595 picture viper4595  ·  3Comments

henrikra picture henrikra  ·  3Comments

ghost picture ghost  ·  3Comments

charlesluo2014 picture charlesluo2014  ·  3Comments