beefe / react-native-actionsheet

An elegant ActionSheet component for React Native.
MIT License
1.35k stars 343 forks source link

ref is getting null #149

Closed rutvik24 closed 2 years ago

rutvik24 commented 2 years ago

While pressing Button ref value is get null here is some code and it's log try { console.log('here', refActionSheet); refActionSheet.show(); } catch (e) {} log is like here null so that actionsheet is not opening it's open only first after installation or clearing app data