@momo-kits/foundation 0.92.29-beta.3 → 0.92.29-beta.4

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.
@@ -385,7 +385,7 @@ const HeaderToolkitAction: React.FC<any> = ({
385
385
  onPress={() => {
386
386
  navigator?.maxApi?.dispatchFunction?.(
387
387
  'onToolAction',
388
- {item: pinKey},
388
+ {item: pinTool},
389
389
  () => {
390
390
  getToolkitConfig();
391
391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.92.29-beta.3",
3
+ "version": "0.92.29-beta.4",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},