Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Jul 10, 2024
1 parent 3071cbf commit e0b2478
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions packages/react-native-room-kit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-native-room-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"typescript": "^5.0.2"
},
"peerDependencies": {
"@100mslive/react-native-hms": "1.10.7",
"@100mslive/react-native-hms": "1.10.8",
"@react-native-community/blur": "^4.3.2",
"@react-native-masked-view/masked-view": "^0.2.9",
"@shopify/flash-list": "^1.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore - Ignoring React import as it is generating error while running prepack script
import React from 'react';
import { View, StyleSheet, Text, Image } from 'react-native';
import { useHMSRoomStyleSheet } from '../../hooks-util';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-ignore - Ignoring React import as it is generating error while running prepack script
import React from 'react';
import {
StyleSheet,
Text,
Expand All @@ -6,7 +8,6 @@ import {
} from 'react-native';
import type { StyleProp, TextStyle, ViewStyle } from 'react-native';
import { COLORS } from '../utils/theme';
import React from 'react';

const CustomButton = ({
loading = false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore - Ignoring React import as it is generating error while running prepack script
import * as React from 'react';
import { View, Text, StyleSheet } from 'react-native';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore - Ignoring React import as it is generating error while running prepack script
import React from 'react';

import { StyleSheet, View } from 'react-native';
Expand Down

0 comments on commit e0b2478

Please sign in to comment.