@momo-kits/foundation 0.150.2-beta.2 → 0.150.2-beta80.1
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.
- package/FoundationList/index.tsx +1 -1
- package/FoundationList/types.ts +2 -4
- package/Layout/Screen.tsx +1 -1
- package/package.json +3 -4
package/FoundationList/index.tsx
CHANGED
package/FoundationList/types.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { FlashListProps, FlashListRef } from '@shopify/flash-list';
|
|
2
2
|
|
|
3
|
-
interface FoundationListProps extends FlashListProps<any> {}
|
|
3
|
+
export interface FoundationListProps extends FlashListProps<any> {}
|
|
4
4
|
|
|
5
|
-
interface FoundationListRef extends FlashListRef<any> {}
|
|
6
|
-
|
|
7
|
-
export type { FoundationListRef, FoundationListProps };
|
|
5
|
+
export interface FoundationListRef extends FlashListRef<any> {}
|
package/Layout/Screen.tsx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-kits/foundation",
|
|
3
|
-
"version": "0.150.2-
|
|
3
|
+
"version": "0.150.2-beta80.1",
|
|
4
4
|
"description": "React Native Component Kits",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {},
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
"@react-navigation/routers": "7.4.1",
|
|
17
17
|
"@react-navigation/stack": "7.4.2",
|
|
18
18
|
"react-native-gesture-handler": "2.27.1",
|
|
19
|
-
"react-native-linear-gradient": "git+https://oauth2:TGi6oBj-LdzsKpLXQSoH@gitlab.mservice.com.vn/momo-platform/public/react-native-linear-gradient
|
|
19
|
+
"react-native-linear-gradient": "git+https://oauth2:TGi6oBj-LdzsKpLXQSoH@gitlab.mservice.com.vn/momo-platform/public/react-native-linear-gradient",
|
|
20
20
|
"react-native-reanimated": "4.1.0",
|
|
21
|
-
"react-native-safe-area-context": "5.5.2"
|
|
22
|
-
"@shopify/flash-list": "2.0.3"
|
|
21
|
+
"react-native-safe-area-context": "5.5.2"
|
|
23
22
|
},
|
|
24
23
|
"peerDependencies": {
|
|
25
24
|
"react-native": "*"
|