diff --git a/react-native-libraries.json b/react-native-libraries.json index f3a4dc1a..7f6e6f68 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23294,5 +23294,14 @@ "examples": ["https://github.com/venky145/RN-VideoFeed/tree/main/VideoFeedSample"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/deskbtm/react-native-bottom-sheet", + "npmPkg": "@deskbtm/react-native-bottom-sheet", + "examples": ["https://github.com/deskbtm/react-native-bottom-sheet/tree/main/example"], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true } ]