Kacper Kędzierski

Results 5 comments of Kacper Kędzierski

Yea same problem, probably need to make a fork of this project to suit it for your needs... Or have you found another solution?

@zoobibackups All you need to do is: - include inside screen ```js const { goBack, setOptions } = useNavigation(); useEffect(() => { setOptions({ gestureEnabled: false }); }, [setOptions]); ``` aaand...

@SorenHK this actually solves the problem, thank you ❤️

Here's my package.json ``` "expo": "47.0.8", "react-native-flipper": "0.157.0", "expo-community-flipper": "47.0.0", ``` and it works for me paired with physical devices & iOS simulator & android emulator. Share your package.json I...