react-native-actionsheet
react-native-actionsheet copied to clipboard
ActionSheetCustom Create Problem
Hello Team, When I am using ActionSheetCustom with any Image picker then it not working properly in iOS. When I choose to pick an image from the gallery after first-time selection when user open gallery (Picker) then it auto-dismissed.
The same works fine in Android.
Can you please provide any solution regarding it.
+1
+1
This issue is a blocker in my app. Anyone knows any alternate ActionSheet api that works the same on both iOS and Android?
。。。
kumarryogeshh
Try it as a temporary solution
onPress={(i) => { setTimeout(() => { this.avatarRemove(); },1); } }