You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a fresh react native project today using RN 0.40.0.
I've added RNF using yarn add react-native-firestack && react-native link && cd ios && pod update --verbose
I've opened ios/[YOUR APP NAME].xcworkspace file and I'm getting the following error when building the project
/Users/.../node_modules/react-native-firestack/ios/Firestack/Firestack.m:58:59: Use of undeclared identifier 'RCTReloadNotification'
This is not my first time building RNF and I never experienced this, is it possible that it's a possible regression? It's easily reproducible for every new RN project.