From ce456a9a8f32638831d139e5e824de0dd13d9e72 Mon Sep 17 00:00:00 2001 From: Jovanni Lo Date: Fri, 10 Jan 2025 00:49:59 +0800 Subject: [PATCH] Update @lodev09/react-native-true-sheet Updated @lodev09/react-native-true-sheet new architecture support. --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index bf22b5f3..6bea5e40 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -10985,7 +10985,9 @@ ], "examples": ["https://github.com/lodev09/react-native-true-sheet/tree/main/example"], "ios": true, - "android": true + "android": true, + "newArchitecture": true, + "newArchitectureNote": "Use v1.0 or higher" }, { "githubUrl": "https://github.com/dylankenneally/react-native-ssh-sftp",