react-native-custom-action-sheet
react-native-custom-action-sheet copied to clipboard
React Native custom action sheet
Hi @eyaleizenberg I just reviewed and changed your code to support the latest RN. I modified some props and need for my project. I hope can useful for another people...
When `modelVisible` is false, it still renders seemingly invisible overlay on the background causing the background not to be interactable. I worked around this by basically rendering `this.state.show && `
maybe its just me but it seems like the default transparent black background does not render with react native v 0.31
The component looks great in your recorded example. I was on the lookout for something like that for a while to hide DatePicker :) I tried to use it in...
I don't know if it's because this is such an early-stage RN project, but the animation on Android is bad and in general, there seems to be no direction for...
It's a small fix in `index.js`, I'll submit a PR for this.