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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
What happened?
AppDelegate.m build error: "No visible @interface for 'RCTBundleURLProvider' error when following https://wix.github.io/react-native-navigation/docs/installing#native-installation
The solution was to change the code snippet from:
to:
The
fallbackResource
was removed, found similar issue here expo/fyi#70What was the expected behaviour?
Compiles without issues
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
create new rn app latest version
add latest react-native-navigation version
ran into #7819 but patching files worked.
auto-linking didn't work so I had to patch the android and ios files manually following https://wix.github.io/react-native-navigation/docs/installing#manual-installation
try to compile, errors with AppDelegate.m build error: "No visible @interface for 'RCTBundleURLProvider' ..."
In what environment did this happen?
React Native Navigation version: 7.37.2
React Native version: 0.73.2
Has Fabric (React Native's new rendering system) enabled: (yes/no) no
Node version: 18.19
Device model: iPhone 15 pro
iOS version: 17
The text was updated successfully, but these errors were encountered: