Karim

Results 5 issues of Karim

### What happened? This change in React Native: https://github.com/facebook/react-native/commit/676676c95428ca92007160bf420eccc62ba41ea4 has broken new architecture support in react-native-navigation When attempting to build the app, you will get this error: ![image](https://github.com/wix/react-native-navigation/assets/76182522/dea43857-2a4e-4151-85ff-eb558bc43ec8) ``` node_modules/react-native-navigation/lib/ios/RNNReactView.h:2:9...

platform: iOS
type: accepted/bug

### What happened? When trying to use files outside the current root project (Using babel module-resolver aliases), this error occurrs: error: Error: Cannot find project root for source file PATH_TO_PROJECT\shared\index.ts'...

bug

Any plans to migrate this library to the new architecture (fabric)? Thanks 🙏

### Description ![Image](https://github.com/user-attachments/assets/9bacc3cd-7a97-4f69-8df3-c9e4ee302b33) When I debug the app using Visual Studio I get the following: ``` KernelBase.dll!00007ffe94aaaf29() Unknown [External Code] > app.exe!winrt::throw_hresult(const winrt::hresult result) Line 5061 C++ app.exe!winrt::check_hresult(const winrt::hresult result)...

Missing repro

Thanks for this great library 🙏 Off topic question: Do you have some insights to share in terms of performance, especially if used to implement a large behavior tree.