Files
bsky-social-app/modules/bottom-sheet/expo-module.config.json
T
Hailey 79996ac952 [Sheets] [Pt. 11] Move native code into repo (#5583)
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2024-10-02 21:43:54 -07:00

10 lines
173 B
JSON

{
"platforms": ["ios", "android"],
"ios": {
"modules": ["BottomSheetModule"]
},
"android": {
"modules": ["expo.modules.bottomsheet.BottomSheetModule"]
}
}