From 24adcb48b7fa5261b67d40cb78b9b22c62c3854d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 19 Sep 2024 11:54:29 -0500 Subject: Revert provider stacking changes (#5423) --- src/App.native.tsx | 83 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 40 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 9214253ac..b780880b3 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -106,48 +106,51 @@ function InnerApp() { }, [_]) return ( - - - - - - + + + + + + - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - - + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + ) } -- cgit 1.4.1