react-native-raw-bottom-sheet icon indicating copy to clipboard operation
react-native-raw-bottom-sheet copied to clipboard

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)

Results 85 react-native-raw-bottom-sheet issues
Sort by recently updated
recently updated
newest added

Hiho, first and foremost, awesome project! Is there a way to define my own draggable Icon on the Sheet? Something so it looks like this: ![mystyle](https://user-images.githubusercontent.com/15130832/78669234-41c83700-78dc-11ea-9c48-a84be5c2037d.PNG) This would be the...

It can be useful if we had an option to provide a component which is positioned above the fullscreen fade (by zIndex). I modified the code with 2 extra lines...

backgroundColor: 'transparent' is not working for me in the customStyles prop. I tried using rgba values to add background transparency, but that causes a moment's delay while changing the color...

When i try to run `yarn run web` i got this error ./node_modules/react-native-raw-bottom-sheet/src/index.js 107:6 `Module parse failed: Unexpected token (107:6) You may need an appropriate loader to handle this file...

I use react native 0.60.3, react 16.8.6 and get this error when install the lib. Can anyone fix this???

I have checked the code in node module, and I saw it use Animated from 'react-native', but after I create the project at 0.63 version, I have a bug, the...

Hi, Nice one ! Pretty awesome features and simple to use. Just one question, is it possible to configure it so that it is still possible to interact with the...

When called inside a useEffect and in iOS, open function does not works properly. In Android works just fine. ``` const refRBSheet = useRef(); useEffect(() => { if (signInError) {...

This is a great component, simple api and a joy to use. Is there any plan to allow "snap points" similar to: https://github.com/osdnk/react-native-reanimated-bottom-sheet? Also, the ability to `dragUpToExpand` prop would...