NY Samnang

Results 22 comments of NY Samnang

```jsx state = { isAllowCloseOnDragDown: fasle } ``` ```jsx if (condition === true) { this.setState({ isAllowCloseOnDragDown: true }); } ``` ```jsx ``` @KjellConnelly Doesn't this simple code work?

Hello @vigneshkb07, Could you provide some example code?

Hello @rhrahul @KjellConnelly, as you can see everything is working fine in my example. I'm not able to use your snippet code to test, so could you please create a...

@rhrahul This code is in the example folder and it works normally!

I have the same issue, and here is how I resolve it: 1. Kill the terminal 2. Run `react-native start --reset-cache` 3. Run `watchman watch-del-all && rm -rf /tmp/metro-bundler-cache-* &&...

Resolved #82

Since the RBSheet is implemented on top of the React Native Modal, we are unable to show or click any elements that are located behind it. Anyway, I think this...

You can achieve this by adding `customStyles` props: ``` customStyles: { wrapper: {...} } ```

If it persists in newer versions of react-native, please open a new issue.