You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dismiss the settings sheet by pressing outside of it.
-💥
Testing on sample app:
Load the example content.
Find the Image block with image.
Press the image settings button.
Rotate the device.
Dismiss the settings sheet by pressing outside of it.
-💥
I noticed that this only happens the first time the bottom-sheet is opened.
Error:
TypeError: _this.contentRef[animationOut] is not a function
This error is located at:
in ReactNativeModal (at bottom-sheet/index.native.js:127)
in BottomSheet (at with-preferred-color-scheme/index.native.js:22)
in WithPreferredColorScheme(BottomSheet) (at container.native.js:16)
in BottomSheetSettings (at with-dispatch/index.js:98)
in WithDispatch(BottomSheetSettings) (at with-select/index.js:60)
in Unknown (at pure/index.js:38)
in WithSelect(WithDispatch(BottomSheetSettings)) (at layout/index.native.js:132)
in RCTView (at View.js:35)
in View (at KeyboardAvoidingView.js:204)
in KeyboardAvoidingView (at keyboard-avoiding-view/index.ios.js:11)
in KeyboardAvoidingView (at layout/index.native.js:127)
in RCTSafeAreaView (at SafeAreaView.js:54)
in SafeAreaView (at layout/index.native.js:120)
in Layout (at with-preferred-color-scheme/index.native.js:22)
The text was updated successfully, but these errors were encountered:
Steps:
-💥
Testing on sample app:
-💥
I noticed that this only happens the first time the bottom-sheet is opened.
Error:
The text was updated successfully, but these errors were encountered: