Closed DavydVeremchuk closed 2 years ago
I also experienced the same issue, I will add that this occurs for me on windows, running on Android, with similar dependencies.
+1
Any fix ?
+1
+1, but only when I try to launch my debugger, react native debugger.
Closing this issue as it's related to react-native-reanimated which is being used under the hood of this library and doesn't support remote debugging. For those who experience this issue consider to use Flipper instead of any other debuggers.
Bug
App freezes at white screen when using
BottomSheet
orBottomSheetModal
component while remote Chrome debugger enabled. It happens even when the component is absent on current screen.Environment info
Steps To Reproduce
git clone https://github.com/gorhom/react-native-bottom-sheet.git
cd example && yarn
yarn run android
Describe what you expected to happen:
Reproducible sample code
Code in the
example
folder of this repo