@momo-kits/foundation 0.109.1-tracking.2 → 0.109.1-tracking.3

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.
@@ -139,7 +139,7 @@ const StackScreen: React.FC<ScreenParams> = props => {
139
139
  });
140
140
  if (lastElement.current) {
141
141
  Alert.alert(
142
- 'Last Element',
142
+ `${screenName}-${timeLoad}`,
143
143
  JSON.stringify(lastElement.current?.children?.current)
144
144
  );
145
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.109.1-tracking.2",
3
+ "version": "0.109.1-tracking.3",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},