-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
What happened?
- Create a new project from template of react native 0.77.x
- Install RNN
- Execute npx rnn-link
- Execute pod install
- try to build the ios project
Result -> ReactNativeNavigation not found.
This happens because the logic of swift detection in ReactNativeNavigation.podspec
is broken. We need to take in account the root project instead.
`
project_root = File.expand_path('../../..', dir)
all_app_delegate_files = Dir.glob(File.join(project_root, '**/AppDelegate.swift'))
`
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
- I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
React Native Navigation version: 0.81.0
React Native version: 0.77.2
Has Fabric (React Native's new rendering system) enabled: (yes/no) yes
Node version:
Device model:
iOS version: