diff --git a/package.json b/package.json index 5d4c0cd..1095760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-bottomsheet", - "version": "0.0.1", + "version": "0.0.2", "description": "A configurable and performant BottomSheet widget for React Native apps built using Reanimated v2 API.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,8 @@ "bottom-sheet", "reanimated2", "react-native-bottomsheet", - "swipeable-sheet" + "swipeable-sheet", + "BottomSheet" ], "repository": "https://github.com/surajj2223/react-native-reanimated-bottomsheet", "author": "Suraj Malviya <23surajj95@gmail.com> (https://github.com/surajj2223)",