Rami Elwan

Results 43 comments of Rami Elwan

Hey, I am stumbled across the same issue. I am trying to detect circular dependencies, but getting the errors about not finding module. The fix to add ``` "rnx-kit": {...

Experiencing this too: ``` Undefined symbols for architecture x86_64: "vtable for facebook::react::HermesExecutorFactory", referenced from: facebook::react::HermesExecutorFactory::HermesExecutorFactory(std::__1::function, std::__1::function const&, hermes::vm::RuntimeConfig) in RCTCxxBridge.o NOTE: a missing vtable usually means the first non-inline virtual...

having this issue too. I am using expo sdk 46. Not sure if that is helpful

Maybe worth mentioning. It only happens on ios simulator. on device, it only shows a white screen

The issue is still there with 5.4.24. I am not using expo go. I am using a custom development client and there is still a blank bottom on first view

same here. can not swipe back when inside stack navigator

> FYI, downgrading `react-native-tab-view` to `v2.16.0` seems to resolve the issue for now (probably related to [react-navigation/react-navigation#10083](https://github.com/react-navigation/react-navigation/issues/10083)), for those who are running into the same issue... Downgrading works, but I...