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
There are no check if user didn't provided style prop to BottomSheetView component
Reproduction steps
Bare app
Create a BottomSheetModal with BottomSheetView component inside without style prop
Get error
Reproduction sample
no
Relevant log output
ERROR Error: [Reanimated] `useAnimatedStyle` has to return an object, found undefined instead.
This error is located at:
in BottomSheetViewComponent
in RCTView (created by View)
in View (created by AnimatedComponent(View))
in AnimatedComponent(View)
in Unknown (created by BottomSheetDraggableViewComponent)
in Wrap (created by AnimatedComponent(Wrap))
in AnimatedComponent(Wrap)
in Unknown (created by GestureDetector)
in GestureDetector (created by BottomSheetDraggableViewComponent)
in BottomSheetDraggableViewComponent (created by BottomSheet)
in RCTView (created by View)
in View (created by AnimatedComponent(View))
in AnimatedComponent(View)
in Unknown (created by BottomSheet)
in RCTView (created by View)
in View (created by AnimatedComponent(View))
in AnimatedComponent(View)
in Unknown (created by BottomSheet)
in RCTView (created by View)
in View (created by BottomSheetContainerComponent)
in BottomSheetContainerComponent (created by BottomSheet)
in BottomSheetGestureHandlersProvider (created by BottomSheet)
in BottomSheet (created by BottomSheet)
in PortalHostComponent (created by PortalProviderComponent)
in PortalProviderComponent (created by BottomSheetModalProviderWrapper)
in BottomSheetModalProviderWrapper (created by StackNavigator)
in EnsureSingleNavigator
in BaseNavigationContainer
in ThemeProvider
in NavigationContainerInner (created by StackNavigator)
in RNGestureHandlerRootView (created by GestureHandlerRootView)
in GestureHandlerRootView (created by StackNavigator)
in StackNavigator (created by App)
in Provider (created by App)
in QueryClientProvider (created by App)
in App (created by RootApp)
in ReactNativeProfiler (created by RootApp)
in RCTView (created by View)
in View (created by __Sentry.TouchEventBoundary)
in __Sentry.TouchEventBoundary (created by RootApp)
in RootApp (created by withDevTools(RootApp))
in withDevTools(RootApp)
in RCTView (created by View)
in View (created by AppContainer)
in RCTView (created by View)
in View (created by AppContainer)
in AppContainer
in main(RootComponent), js engine: hermes
The text was updated successfully, but these errors were encountered:
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
Android
What happened?
This commits brokes b72e275
There are no check if user didn't provided
style
prop toBottomSheetView
componentReproduction steps
Bare app
BottomSheetModal
withBottomSheetView
component inside withoutstyle
propReproduction sample
no
Relevant log output
The text was updated successfully, but these errors were encountered: