aelesia / react-native-cross-actionsheet

Cross Platform Actionsheets with Native Android implementation
MIT License
72 stars 23 forks source link

not working on android #9

Open moedeveloper opened 3 years ago

moedeveloper commented 3 years ago

I am getting the following error on android

[Unhandled promise rejection: TypeError: null is not an object (evaluating '_ActionSheetAndroidModule.ActionSheetAndroidModule.options')]

brianmharding13 commented 3 years ago

@aelesia @moedeveloper Did you ever find a solution to this? I'm also running into the same issue.

Esoriak commented 3 years ago

Same issue here

matsmorot commented 3 years ago

If this is still an issue for you I can confirm that it (version 1.0.1) works with: React 17.0.1 React Native 0.64.0 Android 10

SerhiiCOAX commented 2 years ago

check yr gradle version if it is bigger than 7, set it to 6.9 Work for me