diff --git a/src/App.native.tsx b/src/App.native.tsx
index e976fce4fa..5c4918f91d 100644
--- a/src/App.native.tsx
+++ b/src/App.native.tsx
@@ -74,18 +74,19 @@ const InnerApp = observer(function AppImpl() {
return (
-
-
-
-
+
+
+
+ {/* All components should be within this provider */}
+
-
-
-
-
+
+
+
+
)
})
diff --git a/src/App.web.tsx b/src/App.web.tsx
index 5967fb7518..7bb6cb2568 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -62,18 +62,19 @@ const InnerApp = observer(function AppImpl() {
return (
-
-
-
-
+
+
+
+ {/* All components should be within this provider */}
+
-
-
-
-
-
+
+
+
+
+
)
})