From b80a92a248bc10b0fc98ee510431f1585693546d Mon Sep 17 00:00:00 2001 From: alduzy Date: Tue, 1 Oct 2024 15:24:39 +0200 Subject: [PATCH 01/10] feat(iOS): sheetInitialDetent support --- apps/src/tests/Test2002.tsx | 9 ++++++--- ios/RNSScreen.h | 1 + ios/RNSScreen.mm | 8 ++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/apps/src/tests/Test2002.tsx b/apps/src/tests/Test2002.tsx index 55a5a39979..904a763fb7 100644 --- a/apps/src/tests/Test2002.tsx +++ b/apps/src/tests/Test2002.tsx @@ -7,7 +7,7 @@ import { } from '@react-navigation/native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; -function HomeScreen({ navigation }) { +function HomeScreen({ navigation }: any) { return (