react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

ActionSheetCustom Create Problem

Open ashusdn opened this issue 8 years ago • 5 comments
trafficstars

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.

ashusdn avatar Sep 13 '17 09:09 ashusdn

+1

RGump avatar Dec 05 '17 10:12 RGump

+1

kumarryogeshh avatar Dec 14 '17 05:12 kumarryogeshh

This issue is a blocker in my app. Anyone knows any alternate ActionSheet api that works the same on both iOS and Android?

kumarryogeshh avatar Dec 18 '17 06:12 kumarryogeshh

。。。

xiaoyann avatar Dec 18 '17 11:12 xiaoyann

kumarryogeshh

Try it as a temporary solution

onPress={(i) => { setTimeout(() => { this.avatarRemove(); },1); } }

RGump avatar Dec 19 '17 11:12 RGump