Yoann Fuks

Results 9 comments of Yoann Fuks

Did you change default style ? https://github.com/yfuks/react-native-action-sheet#optional-style-customization ?

Try replacing builderCall https://github.com/yfuks/react-native-action-sheet/blob/b99e0c0610d87e97e64265fdf61b6b4b4a724bef/android/src/main/java/com/actionsheet/ActionSheetModule.java#L56 with ```java AlertDialog.Builder builder = new AlertDialog.Builder(currentActivity); ``` (remove `R.style.DialogStyle`)

Hello, Try removing the `@Override` statement.

Thanks for the feedback Feels free to open a PR

Can you provide an error ?

Can you provide more informations ? You should probably create a new issue more specific. That could help with tracking

Try https://github.com/facebook/react-native/issues/19239#issuecomment-389939749 or https://github.com/facebook/react-native/issues/19239#issuecomment-390225700