@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.
@@ -6,4 +6,4 @@ const FoundationList: FC<FoundationListProps> = props => {
6
6
  return <FlashList {...props} />;
7
7
  };
8
8
 
9
- export { FoundationList };
9
+ export default FoundationList;
@@ -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
@@ -314,7 +314,7 @@ const Screen = forwardRef(
314
314
  }
315
315
 
316
316
  options = {
317
- headerTintColor: currentTint.current ?? Colors.black_17,
317
+ headerTintColor: currentTint.current,
318
318
  headerTransparent: true,
319
319
  headerBackground: (props: any) => (
320
320
  <HeaderBackground
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.150.2-beta.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#v3.0.0",
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": "*"