Muhammad Saqlain
Muhammad Saqlain
Linking.addEventListener('url', this._handleOpenURL); Also triggers multiple times.
Any Update? Its been 1 month now.
Comment. Just to keep this thread active.
Any solution?
Same issue.
These safety checks are the only thing thats keeping me from updating my app to 0.78. It would be great to see this PR merged.
@cixio are you able to run v10.1.38 mapbox on v0.79 android? This onPress issue is very annoying. For a temporary fix i imported Pressable from the gesture library `import {...
Any Update on this issue?
For workaround i am using Pressable for Android & TouchableOpacity for IOS Android: `import { Pressable } from 'react-native-gesture-handler';` IOS: `import { TouchableOpacity } from 'react-native';` Created custom component ```...