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
Describe the bug
The application is crashed when using react-compiler with release build (somehow it works on debug build).
Still crashed even if "use no memo" is added.
Maybe this is caused by @jsamr/react-native-li used in this lib, which is 3 years old with no update.
To Reproduce
Setup react-compiler, i'm following the guide in the expo docs, because i'm using expo bare workflow
Build the application in release build
Reproducible Code
importMarkdownfrom"react-native-marked";importCHANGELOGfrom"../../../../CHANGELOG.md";exportdefaultfunctionChangelog(){"use no memo";return(<Markdownvalue={CHANGELOG}/>)}
02-02 17:23:22.241 7180 7222 E ReactNativeJS: TypeError: undefined is not a function
02-02 17:23:22.241 7180 7222 E ReactNativeJS:
02-02 17:23:22.241 7180 7222 E ReactNativeJS: This error is located at:
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MarkedListItem
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedListCellContextProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CellRenderer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTScrollView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScrollView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Wrapper
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedListContextProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedList
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in FlatList
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Markdown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Changelog
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardSheet
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Card
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardStack
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Utils
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Background
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Screen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabs
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardSheet
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Card
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardStack
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNCSafeAreaProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Provider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ThemeProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BaseNavigationContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in App
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in AppContainer
The text was updated successfully, but these errors were encountered:
Describe the bug
The application is crashed when using react-compiler with release build (somehow it works on debug build).
Still crashed even if "use no memo" is added.
Maybe this is caused by
@jsamr/react-native-li
used in this lib, which is 3 years old with no update.To Reproduce
Reproducible Code
and here is my babel.config.js
Expected behavior
Expected to working fine
React Native Version:
0.77
react-native-marked Version:
6.0.7
Platform:
Android
Additional context
Here is the log
log
02-02 17:23:22.241 7180 7222 E ReactNativeJS: TypeError: undefined is not a function
02-02 17:23:22.241 7180 7222 E ReactNativeJS:
02-02 17:23:22.241 7180 7222 E ReactNativeJS: This error is located at:
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MarkedListItem
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedListCellContextProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CellRenderer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTScrollView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScrollView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Wrapper
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedListContextProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in VirtualizedList
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in FlatList
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Markdown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Changelog
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardSheet
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Card
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardStack
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Utils
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Background
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Screen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BottomTabs
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StaticContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SceneView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardSheet
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PanGestureHandler
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Card
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspender
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Suspense
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Freeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in DelayedFreeze
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in InnerScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreen
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNSScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in MaybeScreenContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in CardStack
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNCSafeAreaProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in SafeAreaProviderCompat
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in PreventRemoveProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContent
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in StackNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Provider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in ThemeProvider
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in EnsureSingleNavigator
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in BaseNavigationContainer
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in NavigationContainerInner
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RNGestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in GestureHandlerRootView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in App
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in RCTView
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in Unknown
02-02 17:23:22.241 7180 7222 E ReactNativeJS: in AppContainer
The text was updated successfully, but these errors were encountered: