kaloyanxoxo

Results 5 comments of kaloyanxoxo

I think I managed to find fix. Give me some time and I'll come back to confirm if it actually works

I managed to build with Xcode. It wasn't recognizing the project as swift, so I had to manually switch it `swift_project = true` in the `.podspec` file. After that I...

Can you try the following patch: ``` diff --git a/node_modules/react-native-navigation/ReactNativeNavigation.podspec b/node_modules/react-native-navigation/ReactNativeNavigation.podspec index f189f90..0114712 100644 --- a/node_modules/react-native-navigation/ReactNativeNavigation.podspec +++ b/node_modules/react-native-navigation/ReactNativeNavigation.podspec @@ -4,11 +4,13 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] ==...

I managed to make the navigation register correctly app launch with the provided patch. The Library search paths may not be needed. The patch is still WIP, I didn't have...