Andac Ozcan

Results 8 comments of Andac Ozcan

Running yarn with using `"@dudigital/react-native-zoomable-view": "1.0.16" in package.json works.

Adding `RNGestureHandlerEnabledRootView` into MainActivity also solved my issue. 🙏

As I see, reduced motion is also enabled if low power mode is active and device battery is

Issue continues with M1 + emulator + JSC combination. Hermes don't have same issue. `React Native: 0.72.4`

Hey @enlo314, your issue sounds related with ipv6, and may be duplicate with https://github.com/facebook/react-native/issues/33404 and https://github.com/facebook/react-native/issues/32730. Just try your chance with [this solution](https://gist.github.com/danmaas/c60af5fed9f55d2bc616ce302696540d) .

There's a very nice article which helped me a lot. Original article: https://dev.to/retyui/disable-flipper-on-ci-builds-for-react-native-complete-guide-bnd

> @andac-ozcan You're welcome for copying my article without providing the source link. > > https://dev.to/retyui/disable-flipper-on-ci-builds-for-react-native-complete-guide-bnd Sorry about that. I just updated my post 🙏

@mdolinin's solution worked flawless on my side. I just had to add below: `const execSync = require('child_process').execSync;`