@momo-kits/foundation 0.92.26-beta.1 → 0.92.26-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,11 +164,11 @@ const BottomSheet: React.FC<BottomSheetParams> = props => {
164
164
  <Screen
165
165
  {...props}
166
166
  {...props.route.params}
167
- requestClose={
168
- props.requestClose ??
169
- props.route.params?.requestClose ??
170
- requestClose
171
- }
167
+ // requestClose={
168
+ // props.requestClose ??
169
+ // props.route.params?.requestClose ??
170
+ // requestClose
171
+ // }
172
172
  />
173
173
  {useBottomInset && (
174
174
  <View style={{height: Math.min(insets.bottom, 21)}} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.92.26-beta.1",
3
+ "version": "0.92.26-beta.2",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},