I have an action sheet in my React Native app that looks something like the image below. I've been using the Native Base ActionSheet, but want to remove Native Base from my project because of dependency conflicts.
I want to use the basic React Native ActionSheetIOS, but I'm wondering what to use for Android. It looks like there's no corresponding Action Sheet library for Android. Is there any way to do this without importing another 3rd party library?