Prakash Gurung

Results 7 comments of Prakash Gurung

not working either with RN `0.70.05`, React `18`, wdyr `7.0.1`, anyone able to run on RN not using expo?

@ravindraguptacapgemini any reason pr hasn't been raised with the patch? seems to work on 0.73

similar issue we're seeing with native stack on react native `0.73.2` only on Fabric Android real device where tap seems to get lost and no `onPress` callback on header component.

got the same issue with latest flipper `0.156.0` and `react-native: 0.69.2`, tried with fresh project and turning on `hermes`. If we attach `debugger` it lands on the file correctly and...

@mdolinin's workaround works for me only if I do the `execSync` part after `await device.launchApp();` On checking those `plist` files for some reason putting `execSync` before `await device.launchApp();` does not...

had the same issue with firebase and detox clashing on dependency. This worked for us ``` androidTestImplementation('com.wix:detox:+') { exclude module: "protobuf-lite" } ``` similar to https://github.com/android/android-test/issues/999