@momo-kits/foundation 0.150.2-beta.13 → 0.150.2-beta.14

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.
@@ -214,8 +214,8 @@ const BottomSheet: React.FC<BottomSheetParams> = props => {
214
214
  return;
215
215
  }
216
216
  closeAnimation(() => {
217
- navigator?.pop();
218
217
  runOnJS(() => {
218
+ navigator?.pop();
219
219
  callback?.();
220
220
  })();
221
221
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.150.2-beta.13",
3
+ "version": "0.150.2-beta.14",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},