From e7538309f986d178497bc3ade88671981816a3a3 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 25 Nov 2024 14:59:56 +0000 Subject: [PATCH] enable keyboard provider globally --- src/App.native.tsx | 2 +- src/components/Menu/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.native.tsx b/src/App.native.tsx index 9b2940aa9d..3d96f7a524 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -188,7 +188,7 @@ function App() { - + diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index a171e97723..c594cc3ccb 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -92,7 +92,7 @@ export function Outer({ {/* Re-wrap with context since Dialogs are portal-ed to root */} - + {children} {isNative && showCancel && }