Muhammad Saqlain

Results 14 comments of Muhammad Saqlain

Linking.addEventListener('url', this._handleOpenURL); Also triggers multiple times.

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 {...

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 ```...