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
I am experiencing an issue when using the PolarChart component from victory-native. The app crashes with the following error:
(NOBRIDGE) ERROR Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.
in PolarChartProvider (created by PolarChart)
in PolarChart (created by Dashboard)
in RCTView (created by View)
in View (created by ScrollView)
in RCTScrollView
in VScrollViewNativeComponent (created by ScrollView)
in ScrollView (created by ScrollView)
in Wrapper (created by Dashboard)
in Dashboard (created by SceneView)
in StaticContainer
in EnsureSingleNavigator (created by SceneView)
in SceneView (created by BottomTabNavigator)
in RCTView (created by View)
in View (created by Screen)
in RCTView (created by View)
in View (created by Animated(View))
in Animated(View) (created by Background)
in Background (created by Screen)
in Screen (created by BottomTabView)
in RNSScreen (created by Animated(Anonymous))
in Animated(Anonymous)
in Suspender (created by Freeze)
in Suspense (created by Freeze)
in Freeze (created by DelayedFreeze)
in DelayedFreeze
in InnerScreen (created by Screen)
in Screen (created by MaybeScreen)
in MaybeScreen (created by BottomTabView)
in RNSScreenContainer (created by ScreenContainer)
in ScreenContainer (created by MaybeScreenContainer)
in MaybeScreenContainer (created by BottomTabView)
in RCTView (created by View)
in View (created by SafeAreaProviderCompat)
in SafeAreaProviderCompat (created by BottomTabView)
in BottomTabView (created by BottomTabNavigator)
in PreventRemoveProvider (created by NavigationContent)
in NavigationContent
in Unknown (created by BottomTabNavigator)
in BottomTabNavigator (created by RootLayout)
in ThemeProvider (created by PaperProvider)
in RCTView (created by View)
in View (created by Portal.Host)
in Portal.Host (created by PaperProvider)
in RCTView (created by View)
in View (created by SafeAreaInsetsContext)
in SafeAreaProviderCompat (created by PaperProvider)
in PaperProvider (created by RootLayout)
in RootLayout
in Unknown (created by Route())
in Suspense (created by Route())
in Route (created by Route())
inRoute() (created by ContextNavigator)
in RNCSafeAreaProvider (created by SafeAreaProvider)
in SafeAreaProvider (created by wrapper)
in wrapper (created by ContextNavigator)
in ThemeProvider
in EnsureSingleNavigator
in BaseNavigationContainer
in NavigationContainerInner (created by ContextNavigator)
in ContextNavigator (created by ExpoRoot)
in ExpoRoot (created by App)
in App (created by ErrorOverlay)
in ErrorToastContainer (created by ErrorOverlay)
in ErrorOverlay (created by withDevTools(ErrorOverlay))
in withDevTools(ErrorOverlay)
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)
Background Info/Attempts
Context
I am integrating PolarChart in a React Native expo app with the following setup:
React Native: 0.76.3
Victory Native: 41.12.0
React: 18.3.1
Expo: 52.0.11
The error suggests there are multiple context providers being rendered. However, I am not explicitly wrapping PolarChart with a provider anywhere.
+1 Having the same issue.
For context I've migrated from Expo SDK 51 to 52, and enabled new arch. Started getting these errors after the upgrade. Only with PolarChart. Have been also getting reanimated warnings on other chart types render, but there's another issue already created for that.
Question
I am experiencing an issue when using the
PolarChart
component fromvictory-native
. The app crashes with the following error:Background Info/Attempts
Context
I am integrating
PolarChart
in a React Native expo app with the following setup:The error suggests there are multiple context providers being rendered. However, I am not explicitly wrapping
PolarChart
with a provider anywhere.Here’s a minimal example of my code:
Observations
Expected Behavior
PolarChart should render normally without throwing context-related errors.
Additional Details
The text was updated successfully, but these errors were encountered: