doomsower / react-native-modal-popover

React-Native pure JS popover that uses Modal
MIT License
322 stars 45 forks source link

Android taking time to load popover modal #23

Open santoshvarma4u opened 6 years ago

santoshvarma4u commented 6 years ago

In android not showing border and taking time to load

shidil commented 6 years ago

This happens for while running on emulator, when useNativeDriver is enabled.

shidil commented 6 years ago

The delay was happening due to NativeBase in my case.

Changed the popover trigger to a TouchableOpacity and didn't experience the delay.