@100mslive/react-native-room-kit 0.0.1 → 0.0.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.
- package/lib/commonjs/HMSRoomSetup.js +1 -1
- package/lib/commonjs/HMSRoomSetup.js.map +1 -1
- package/lib/commonjs/Icons/AnswerPhone/assets/answer-phone.png +0 -0
- package/lib/commonjs/Icons/AnswerPhone/assets/answer-phone@2x.png +0 -0
- package/lib/commonjs/Icons/AnswerPhone/assets/answer-phone@3x.png +0 -0
- package/lib/commonjs/Icons/AnswerPhone/index.js +30 -0
- package/lib/commonjs/Icons/AnswerPhone/index.js.map +1 -0
- package/lib/commonjs/Icons/Bluetooth/assets/bluetooth-on.png +0 -0
- package/lib/commonjs/Icons/Bluetooth/assets/bluetooth-on@2x.png +0 -0
- package/lib/commonjs/Icons/Bluetooth/assets/bluetooth-on@3x.png +0 -0
- package/lib/commonjs/Icons/Bluetooth/index.js +30 -0
- package/lib/commonjs/Icons/Bluetooth/index.js.map +1 -0
- package/lib/commonjs/Icons/GenericLogo/assets/generic-logo.png +0 -0
- package/lib/commonjs/Icons/GenericLogo/assets/generic-logo@2x.png +0 -0
- package/lib/commonjs/Icons/GenericLogo/assets/generic-logo@3x.png +0 -0
- package/lib/commonjs/Icons/GenericLogo/index.js +30 -0
- package/lib/commonjs/Icons/GenericLogo/index.js.map +1 -0
- package/lib/commonjs/Icons/Headphones/assets/headphones.png +0 -0
- package/lib/commonjs/Icons/Headphones/assets/headphones@2x.png +0 -0
- package/lib/commonjs/Icons/Headphones/assets/headphones@3x.png +0 -0
- package/lib/commonjs/Icons/Headphones/index.js +30 -0
- package/lib/commonjs/Icons/Headphones/index.js.map +1 -0
- package/lib/commonjs/Icons/Person/assets/person.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person@2x.png +0 -0
- package/lib/commonjs/Icons/Person/assets/person@3x.png +0 -0
- package/lib/commonjs/Icons/Person/index.js +30 -0
- package/lib/commonjs/Icons/Person/index.js.map +1 -0
- package/lib/commonjs/Icons/Speaker/assets/speaker-large.png +0 -0
- package/lib/commonjs/Icons/Speaker/assets/speaker-large@2x.png +0 -0
- package/lib/commonjs/Icons/Speaker/assets/speaker-large@3x.png +0 -0
- package/lib/commonjs/Icons/Speaker/index.js +7 -2
- package/lib/commonjs/Icons/Speaker/index.js.map +1 -1
- package/lib/commonjs/Icons/Wave/assets/wave.png +0 -0
- package/lib/commonjs/Icons/Wave/assets/wave@2x.png +0 -0
- package/lib/commonjs/Icons/Wave/assets/wave@3x.png +0 -0
- package/lib/commonjs/Icons/Wave/index.js +30 -0
- package/lib/commonjs/Icons/Wave/index.js.map +1 -0
- package/lib/commonjs/Icons/index.js +66 -0
- package/lib/commonjs/Icons/index.js.map +1 -1
- package/lib/commonjs/components/BackButton.js +1 -1
- package/lib/commonjs/components/BackButton.js.map +1 -1
- package/lib/commonjs/components/DisplayTrack.js +1 -1
- package/lib/commonjs/components/DisplayTrack.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewEditName.js +1 -1
- package/lib/commonjs/components/HMSPreviewEditName.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewJoinButton.js +11 -4
- package/lib/commonjs/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewPeersList.js +9 -32
- package/lib/commonjs/components/HMSPreviewPeersList.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewSubtitle.js +1 -1
- package/lib/commonjs/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTile.js +11 -61
- package/lib/commonjs/components/HMSPreviewTile.js.map +1 -1
- package/lib/commonjs/components/HMSPreviewTitle.js +0 -1
- package/lib/commonjs/components/HMSPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/{HMSPreviewDeviceSettings.js → HMSSpeakerSettings.js} +69 -161
- package/lib/commonjs/components/HMSSpeakerSettings.js.map +1 -0
- package/lib/commonjs/components/Header.js +2 -1
- package/lib/commonjs/components/Header.js.map +1 -1
- package/lib/commonjs/components/Participants/ParticipantsList.js +1 -1
- package/lib/commonjs/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/commonjs/components/PeerSettingsModalContent.js +4 -3
- package/lib/commonjs/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/commonjs/components/Preview.js +72 -21
- package/lib/commonjs/components/Preview.js.map +1 -1
- package/lib/commonjs/components/RoomSettingsModalContent.js +5 -5
- package/lib/commonjs/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/commonjs/hooks-util.js +111 -93
- package/lib/commonjs/hooks-util.js.map +1 -1
- package/lib/commonjs/redux/actionTypes.js +2 -0
- package/lib/commonjs/redux/actionTypes.js.map +1 -1
- package/lib/commonjs/redux/actions/index.js +11 -1
- package/lib/commonjs/redux/actions/index.js.map +1 -1
- package/lib/commonjs/redux/reducers/hmsStates.js +12 -1
- package/lib/commonjs/redux/reducers/hmsStates.js.map +1 -1
- package/lib/commonjs/redux/reducers/userState.js +1 -1
- package/lib/commonjs/redux/reducers/userState.js.map +1 -1
- package/lib/commonjs/utils/theme.js +5 -1
- package/lib/commonjs/utils/theme.js.map +1 -1
- package/lib/module/HMSRoomSetup.js +1 -1
- package/lib/module/HMSRoomSetup.js.map +1 -1
- package/lib/module/Icons/AnswerPhone/assets/answer-phone.png +0 -0
- package/lib/module/Icons/AnswerPhone/assets/answer-phone@2x.png +0 -0
- package/lib/module/Icons/AnswerPhone/assets/answer-phone@3x.png +0 -0
- package/lib/module/Icons/AnswerPhone/index.js +22 -0
- package/lib/module/Icons/AnswerPhone/index.js.map +1 -0
- package/lib/module/Icons/Bluetooth/assets/bluetooth-on.png +0 -0
- package/lib/module/Icons/Bluetooth/assets/bluetooth-on@2x.png +0 -0
- package/lib/module/Icons/Bluetooth/assets/bluetooth-on@3x.png +0 -0
- package/lib/module/Icons/Bluetooth/index.js +22 -0
- package/lib/module/Icons/Bluetooth/index.js.map +1 -0
- package/lib/module/Icons/GenericLogo/assets/generic-logo.png +0 -0
- package/lib/module/Icons/GenericLogo/assets/generic-logo@2x.png +0 -0
- package/lib/module/Icons/GenericLogo/assets/generic-logo@3x.png +0 -0
- package/lib/module/Icons/GenericLogo/index.js +22 -0
- package/lib/module/Icons/GenericLogo/index.js.map +1 -0
- package/lib/module/Icons/Headphones/assets/headphones.png +0 -0
- package/lib/module/Icons/Headphones/assets/headphones@2x.png +0 -0
- package/lib/module/Icons/Headphones/assets/headphones@3x.png +0 -0
- package/lib/module/Icons/Headphones/index.js +22 -0
- package/lib/module/Icons/Headphones/index.js.map +1 -0
- package/lib/module/Icons/Person/assets/person.png +0 -0
- package/lib/module/Icons/Person/assets/person@2x.png +0 -0
- package/lib/module/Icons/Person/assets/person@3x.png +0 -0
- package/lib/module/Icons/Person/index.js +22 -0
- package/lib/module/Icons/Person/index.js.map +1 -0
- package/lib/module/Icons/Speaker/assets/speaker-large.png +0 -0
- package/lib/module/Icons/Speaker/assets/speaker-large@2x.png +0 -0
- package/lib/module/Icons/Speaker/assets/speaker-large@3x.png +0 -0
- package/lib/module/Icons/Speaker/index.js +7 -2
- package/lib/module/Icons/Speaker/index.js.map +1 -1
- package/lib/module/Icons/Wave/assets/wave.png +0 -0
- package/lib/module/Icons/Wave/assets/wave@2x.png +0 -0
- package/lib/module/Icons/Wave/assets/wave@3x.png +0 -0
- package/lib/module/Icons/Wave/index.js +22 -0
- package/lib/module/Icons/Wave/index.js.map +1 -0
- package/lib/module/Icons/index.js +6 -0
- package/lib/module/Icons/index.js.map +1 -1
- package/lib/module/components/BackButton.js +1 -1
- package/lib/module/components/BackButton.js.map +1 -1
- package/lib/module/components/DisplayTrack.js +1 -1
- package/lib/module/components/DisplayTrack.js.map +1 -1
- package/lib/module/components/HMSPreviewEditName.js +1 -1
- package/lib/module/components/HMSPreviewEditName.js.map +1 -1
- package/lib/module/components/HMSPreviewJoinButton.js +11 -4
- package/lib/module/components/HMSPreviewJoinButton.js.map +1 -1
- package/lib/module/components/HMSPreviewPeersList.js +9 -32
- package/lib/module/components/HMSPreviewPeersList.js.map +1 -1
- package/lib/module/components/HMSPreviewSubtitle.js +1 -1
- package/lib/module/components/HMSPreviewSubtitle.js.map +1 -1
- package/lib/module/components/HMSPreviewTile.js +12 -62
- package/lib/module/components/HMSPreviewTile.js.map +1 -1
- package/lib/module/components/HMSPreviewTitle.js +0 -1
- package/lib/module/components/HMSPreviewTitle.js.map +1 -1
- package/lib/module/components/HMSSpeakerSettings.js +204 -0
- package/lib/module/components/HMSSpeakerSettings.js.map +1 -0
- package/lib/module/components/Header.js +2 -1
- package/lib/module/components/Header.js.map +1 -1
- package/lib/module/components/Participants/ParticipantsList.js +1 -1
- package/lib/module/components/Participants/ParticipantsList.js.map +1 -1
- package/lib/module/components/PeerSettingsModalContent.js +4 -3
- package/lib/module/components/PeerSettingsModalContent.js.map +1 -1
- package/lib/module/components/Preview.js +73 -23
- package/lib/module/components/Preview.js.map +1 -1
- package/lib/module/components/RoomSettingsModalContent.js +5 -5
- package/lib/module/components/RoomSettingsModalContent.js.map +1 -1
- package/lib/module/hooks-util.js +114 -103
- package/lib/module/hooks-util.js.map +1 -1
- package/lib/module/redux/actionTypes.js +2 -0
- package/lib/module/redux/actionTypes.js.map +1 -1
- package/lib/module/redux/actions/index.js +8 -0
- package/lib/module/redux/actions/index.js.map +1 -1
- package/lib/module/redux/reducers/hmsStates.js +12 -1
- package/lib/module/redux/reducers/hmsStates.js.map +1 -1
- package/lib/module/redux/reducers/userState.js +1 -1
- package/lib/module/redux/reducers/userState.js.map +1 -1
- package/lib/module/utils/theme.js +5 -1
- package/lib/module/utils/theme.js.map +1 -1
- package/lib/typescript/Icons/AnswerPhone/index.d.ts +7 -0
- package/lib/typescript/Icons/AnswerPhone/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Bluetooth/index.d.ts +7 -0
- package/lib/typescript/Icons/Bluetooth/index.d.ts.map +1 -0
- package/lib/typescript/Icons/GenericLogo/index.d.ts +7 -0
- package/lib/typescript/Icons/GenericLogo/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Headphones/index.d.ts +7 -0
- package/lib/typescript/Icons/Headphones/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Person/index.d.ts +7 -0
- package/lib/typescript/Icons/Person/index.d.ts.map +1 -0
- package/lib/typescript/Icons/Speaker/index.d.ts +1 -0
- package/lib/typescript/Icons/Speaker/index.d.ts.map +1 -1
- package/lib/typescript/Icons/Wave/index.d.ts +7 -0
- package/lib/typescript/Icons/Wave/index.d.ts.map +1 -0
- package/lib/typescript/Icons/index.d.ts +6 -0
- package/lib/typescript/Icons/index.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewJoinButton.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewPeersList.d.ts.map +1 -1
- package/lib/typescript/components/HMSPreviewTile.d.ts.map +1 -1
- package/lib/typescript/components/HMSSpeakerSettings.d.ts +3 -0
- package/lib/typescript/components/HMSSpeakerSettings.d.ts.map +1 -0
- package/lib/typescript/components/Header.d.ts.map +1 -1
- package/lib/typescript/components/Participants/ParticipantsList.d.ts.map +1 -1
- package/lib/typescript/components/PeerSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/components/Preview.d.ts.map +1 -1
- package/lib/typescript/components/RoomSettingsModalContent.d.ts.map +1 -1
- package/lib/typescript/hooks-util.d.ts +1 -1
- package/lib/typescript/hooks-util.d.ts.map +1 -1
- package/lib/typescript/redux/actionTypes.d.ts +3 -1
- package/lib/typescript/redux/actionTypes.d.ts.map +1 -1
- package/lib/typescript/redux/actions/index.d.ts +8 -0
- package/lib/typescript/redux/actions/index.d.ts.map +1 -1
- package/lib/typescript/redux/index.d.ts +1 -0
- package/lib/typescript/redux/index.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/hmsStates.d.ts +11 -2
- package/lib/typescript/redux/reducers/hmsStates.d.ts.map +1 -1
- package/lib/typescript/redux/reducers/index.d.ts +1 -0
- package/lib/typescript/redux/reducers/index.d.ts.map +1 -1
- package/lib/typescript/utils/theme.d.ts +4 -0
- package/lib/typescript/utils/theme.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/HMSRoomSetup.tsx +1 -1
- package/src/Icons/AnswerPhone/assets/answer-phone.png +0 -0
- package/src/Icons/AnswerPhone/assets/answer-phone@2x.png +0 -0
- package/src/Icons/AnswerPhone/assets/answer-phone@3x.png +0 -0
- package/src/Icons/AnswerPhone/index.tsx +27 -0
- package/src/Icons/Bluetooth/assets/bluetooth-on.png +0 -0
- package/src/Icons/Bluetooth/assets/bluetooth-on@2x.png +0 -0
- package/src/Icons/Bluetooth/assets/bluetooth-on@3x.png +0 -0
- package/src/Icons/Bluetooth/index.tsx +27 -0
- package/src/Icons/GenericLogo/assets/generic-logo.png +0 -0
- package/src/Icons/GenericLogo/assets/generic-logo@2x.png +0 -0
- package/src/Icons/GenericLogo/assets/generic-logo@3x.png +0 -0
- package/src/Icons/GenericLogo/index.tsx +27 -0
- package/src/Icons/Headphones/assets/headphones.png +0 -0
- package/src/Icons/Headphones/assets/headphones@2x.png +0 -0
- package/src/Icons/Headphones/assets/headphones@3x.png +0 -0
- package/src/Icons/Headphones/index.tsx +27 -0
- package/src/Icons/Person/assets/person.png +0 -0
- package/src/Icons/Person/assets/person@2x.png +0 -0
- package/src/Icons/Person/assets/person@3x.png +0 -0
- package/src/Icons/Person/index.tsx +27 -0
- package/src/Icons/Speaker/assets/speaker-large.png +0 -0
- package/src/Icons/Speaker/assets/speaker-large@2x.png +0 -0
- package/src/Icons/Speaker/assets/speaker-large@3x.png +0 -0
- package/src/Icons/Speaker/index.tsx +10 -2
- package/src/Icons/Wave/assets/wave.png +0 -0
- package/src/Icons/Wave/assets/wave@2x.png +0 -0
- package/src/Icons/Wave/assets/wave@3x.png +0 -0
- package/src/Icons/Wave/index.tsx +24 -0
- package/src/Icons/index.ts +6 -0
- package/src/components/BackButton.tsx +1 -1
- package/src/components/DisplayTrack.tsx +1 -1
- package/src/components/HMSPreviewEditName.tsx +1 -1
- package/src/components/HMSPreviewJoinButton.tsx +21 -4
- package/src/components/HMSPreviewPeersList.tsx +19 -40
- package/src/components/HMSPreviewSubtitle.tsx +1 -1
- package/src/components/HMSPreviewTile.tsx +11 -67
- package/src/components/HMSPreviewTitle.tsx +0 -1
- package/src/components/HMSSpeakerSettings.tsx +259 -0
- package/src/components/Header.tsx +4 -1
- package/src/components/Participants/ParticipantsList.tsx +0 -1
- package/src/components/PeerSettingsModalContent.tsx +7 -5
- package/src/components/Preview.tsx +92 -37
- package/src/components/RoomSettingsModalContent.tsx +7 -6
- package/src/hooks-util.ts +133 -103
- package/src/redux/actionTypes.ts +2 -0
- package/src/redux/actions/index.ts +10 -0
- package/src/redux/reducers/hmsStates.ts +28 -1
- package/src/redux/reducers/userState.ts +1 -1
- package/src/utils/theme.ts +5 -1
- package/lib/commonjs/components/HMSPreviewDeviceSettings.js.map +0 -1
- package/lib/module/components/HMSPreviewDeviceSettings.js +0 -296
- package/lib/module/components/HMSPreviewDeviceSettings.js.map +0 -1
- package/lib/typescript/components/HMSPreviewDeviceSettings.d.ts +0 -3
- package/lib/typescript/components/HMSPreviewDeviceSettings.d.ts.map +0 -1
- package/src/components/HMSPreviewDeviceSettings.tsx +0 -387
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Theme","FONTS","create","H1","fontSize","fontFamily","fontWeight","fontStyle","letterSpacing","H2","H3","H4","H5","H6","APP_THEME","LIGHT","getAppTheme","setAppTheme","theme","COLORS","PRIMARY","DEFAULT","DARK","DISABLED","SECONDARY","DIM","BORDER","BRIGHT","ACCENT","BLACK","WHITE","OVERLAY","TEXT","HIGH_EMPHASIS","MEDIUM_EMPHASIS","HIGH_EMPHASIS_ACCENT","MEDIUM_EMPHASIS_ACCENT","DISABLED_ACCENT","SURFACE","LIGHTER","ON_SURFACE","
|
|
1
|
+
{"version":3,"names":["StyleSheet","Theme","FONTS","create","H1","fontSize","fontFamily","fontWeight","fontStyle","letterSpacing","H2","H3","H4","H5","H6","APP_THEME","LIGHT","getAppTheme","setAppTheme","theme","COLORS","PRIMARY","DEFAULT","DARK","DISABLED","ON_PRIMARY","LOW","SECONDARY","DIM","BORDER","BRIGHT","ACCENT","BLACK","WHITE","OVERLAY","TEXT","HIGH_EMPHASIS","MEDIUM_EMPHASIS","HIGH_EMPHASIS_ACCENT","MEDIUM_EMPHASIS_ACCENT","DISABLED_ACCENT","SURFACE","LIGHTER","ON_SURFACE","MEDIUM","HIGH","BACKGROUND","DIM_80","DARKER","ERROR","INDICATORS","WARNING","SUCCESS","TWIN","RED","YELLOW","GREEN","PURPLE","ORANGE","CYAN","BASE","EXTENDED","ALERT","BRIGHTER"],"sourceRoot":"../../../src","sources":["utils/theme.ts"],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ImageProps } from 'react-native';
|
|
3
|
+
interface AnswerPhoneIconProps extends Omit<ImageProps, 'source'> {
|
|
4
|
+
}
|
|
5
|
+
export declare const AnswerPhoneIcon: React.FC<AnswerPhoneIconProps>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/AnswerPhone/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,oBAAqB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEpE,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAW1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Bluetooth/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,kBAAmB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAElE,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAWtD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ImageProps } from 'react-native';
|
|
3
|
+
interface GenericLogoIconProps extends Omit<ImageProps, 'source'> {
|
|
4
|
+
}
|
|
5
|
+
export declare const GenericLogoIcon: React.FC<GenericLogoIconProps>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/GenericLogo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,oBAAqB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEpE,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAW1D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ImageProps } from 'react-native';
|
|
3
|
+
interface HeadphonesIconProps extends Omit<ImageProps, 'source'> {
|
|
4
|
+
}
|
|
5
|
+
export declare const HeadphonesIcon: React.FC<HeadphonesIconProps>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Headphones/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,mBAAoB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEnE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAWxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Person/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,eAAgB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAE/D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAWhD,CAAC"}
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { ImageProps } from 'react-native';
|
|
3
3
|
interface SpeakerIconProps extends Omit<ImageProps, 'source'> {
|
|
4
4
|
muted: boolean;
|
|
5
|
+
size?: 'normal' | 'large';
|
|
5
6
|
}
|
|
6
7
|
export declare const SpeakerIcon: React.FC<SpeakerIconProps>;
|
|
7
8
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Speaker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,gBAAiB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;IAC3D,KAAK,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Speaker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,gBAAiB,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;IAC3D,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmBlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icons/Wave/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,aAAc,SAAQ,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC;CAAG;AAE7D,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAQ5C,CAAC"}
|
|
@@ -17,4 +17,10 @@ export * from './Clock';
|
|
|
17
17
|
export * from './End';
|
|
18
18
|
export * from './100ms';
|
|
19
19
|
export * from './Hand';
|
|
20
|
+
export * from './Person';
|
|
21
|
+
export * from './AnswerPhone';
|
|
22
|
+
export * from './Bluetooth';
|
|
23
|
+
export * from './Headphones';
|
|
24
|
+
export * from './Wave';
|
|
25
|
+
export * from './GenericLogo';
|
|
20
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HMSPreviewJoinButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewJoinButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HMSPreviewJoinButton.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewJoinButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,MAAM,WAAW,yBAAyB;IACxC,MAAM,IAAI,IAAI,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAyCpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HMSPreviewPeersList.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewPeersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HMSPreviewPeersList.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewPeersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,WAAW,wBAAwB;CAAG;AAE5C,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyClE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HMSPreviewTile.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"HMSPreviewTile.d.ts","sourceRoot":"","sources":["../../../src/components/HMSPreviewTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EA+ClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HMSSpeakerSettings.d.ts","sourceRoot":"","sources":["../../../src/components/HMSSpeakerSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA8B/B,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EA0JtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAMpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAU3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAMpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAU3D,UAAU,WAAW;IACnB,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAuCzC,CAAC;AA6BF,eAAO,MAAM,MAAM,yCAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParticipantsList.d.ts","sourceRoot":"","sources":["../../../../src/components/Participants/ParticipantsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EACV,YAAY,EAEZ,aAAa,EACd,MAAM,6BAA6B,CAAC;AAWrC,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,CAAC,YAAY,GAAG,aAAa,CAAC,EAAE,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,
|
|
1
|
+
{"version":3,"file":"ParticipantsList.d.ts","sourceRoot":"","sources":["../../../../src/components/Participants/ParticipantsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EACV,YAAY,EAEZ,aAAa,EACd,MAAM,6BAA6B,CAAC;AAWrC,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,CAAC,YAAY,GAAG,aAAa,CAAC,EAAE,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA+N5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PeerSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/PeerSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAkB,MAAM,6BAA6B,CAAC;AAOvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAKpD,UAAU,6BAA6B;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,IAAI,IAAI,CAAC;IACpB,wBAAwB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACpD,2CAA2C,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACvE,uBAAuB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,
|
|
1
|
+
{"version":3,"file":"PeerSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/PeerSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAkB,MAAM,6BAA6B,CAAC;AAOvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAKpD,UAAU,6BAA6B;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,IAAI,IAAI,CAAC;IACpB,wBAAwB,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACpD,2CAA2C,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IACvE,uBAAuB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAuQ9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAuBzC,eAAO,MAAM,OAAO;YAIV,IAAI;wBACQ,OAAO;
|
|
1
|
+
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../src/components/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAuBzC,eAAO,MAAM,OAAO;YAIV,IAAI;wBACQ,OAAO;uBA+G5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAYtC,OAAO,EAEL,kBAAkB,EAEnB,MAAM,6BAA6B,CAAC;AAkBrC,OAAO,EAAE,UAAU,EAAY,MAAM,gBAAgB,CAAC;AAMtD,UAAU,6BAA6B;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,
|
|
1
|
+
{"version":3,"file":"RoomSettingsModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/RoomSettingsModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAYtC,OAAO,EAEL,kBAAkB,EAEnB,MAAM,6BAA6B,CAAC;AAkBrC,OAAO,EAAE,UAAU,EAAY,MAAM,gBAAgB,CAAC;AAMtD,UAAU,6BAA6B;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB,EAAE,OAAO,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,IAAI,IAAI,CAAC;IAC/B,eAAe,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9D,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC,2BAA2B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAC7C,6BAA6B,CAslB9B,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { HMSChangeTrackStateRequest, HMSConfig, HMSLocalPeer, HMSRemotePeer, HMS
|
|
|
3
3
|
import { ModalTypes } from './utils/types';
|
|
4
4
|
import type { PeerTrackNode } from './utils/types';
|
|
5
5
|
import { MeetingState } from './types';
|
|
6
|
-
export declare const useHMSListeners: (setPeerTrackNodes: React.Dispatch<React.SetStateAction<PeerTrackNode[]>>, setMeetingState: React.Dispatch<React.SetStateAction<MeetingState>>) => void;
|
|
6
|
+
export declare const useHMSListeners: (meetingState: MeetingState, setPeerTrackNodes: React.Dispatch<React.SetStateAction<PeerTrackNode[]>>, setMeetingState: React.Dispatch<React.SetStateAction<MeetingState>>) => void;
|
|
7
7
|
export declare const useHMSInstance: () => HMSSDK;
|
|
8
8
|
export declare const useIsHLSViewer: () => boolean;
|
|
9
9
|
type TrackStateChangeRequest = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-util.d.ts","sourceRoot":"","sources":["../../src/hooks-util.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,0BAA0B,EAC1B,SAAS,EACT,YAAY,EAKZ,aAAa,EACb,oBAAoB,EAGpB,MAAM,EAOP,MAAM,6BAA6B,CAAC;AAQrC,OAAO,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"hooks-util.d.ts","sourceRoot":"","sources":["../../src/hooks-util.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,0BAA0B,EAC1B,SAAS,EACT,YAAY,EAKZ,aAAa,EACb,oBAAoB,EAGpB,MAAM,EAOP,MAAM,6BAA6B,CAAC;AAQrC,OAAO,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AA4BnD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAkBvC,eAAO,MAAM,eAAe,iBACZ,YAAY,qBACP,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,aAAa,EAAE,CAAC,CAAC,mBACvD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,YAAY,CAAC,CAAC,SAepE,CAAC;AAoWF,eAAO,MAAM,cAAc,cAQ1B,CAAC;AAEF,eAAO,MAAM,cAAc,eAI1B,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,6BAA6B,+BACb,KAAK,0BAA0B,EAAE,MAAM,CAAC,KAAK,IAAI,sBACrE,MAAM,cAAc,mCAqC5B,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,uBAAuB,yBACb,oBAAoB,KAAK,IAAI,sBAC3C,MAAM,cAAc,6BA4B5B,CAAC;AAIF,eAAO,MAAM,2BAA2B,YA0IvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAyB9B,CAAC;AAEF,eAAO,MAAM,cAAc,YAmB1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,YA2D9B,CAAC;AAEF,eAAO,MAAM,2BAA2B,YA6DvC,CAAC;AAEF,eAAO,MAAM,cAAc,YA0C1B,CAAC;AAIF,eAAO,MAAM,sBAAsB,YAMlC,CAAC;AAYF,eAAO,MAAM,YAAY;;wCAST,UAAU;CAoBzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAe5B,CAAC;AAEF,eAAO,MAAM,sBAAsB,eAWlC,CAAC;AAIF,eAAO,MAAM,WAAW,YAEvB,CAAC;AAEF,eAAO,MAAM,YAAY;;;CA2BxB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;CAQ7B,CAAC;AAEF,eAAO,MAAM,WAAW,4CAEf,OAAO,KAAK,IAAI,CAiCxB,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAQtC,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAQvC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;CAiEnC,CAAC"}
|
|
@@ -51,6 +51,8 @@ export declare enum HmsStateActionTypes {
|
|
|
51
51
|
SET_IS_LOCAL_VIDEO_MUTED_STATE = "SET_IS_LOCAL_VIDEO_MUTED_STATE",
|
|
52
52
|
SET_IS_LOCAL_SCREEN_SHARED_STATE = "SET_IS_LOCAL_SCREEN_SHARED_STATE",
|
|
53
53
|
SET_ROOM_LOCALLY_MUTED = "SET_ROOM_LOCALLY_MUTED",
|
|
54
|
-
SET_USER_NAME = "SET_USER_NAME"
|
|
54
|
+
SET_USER_NAME = "SET_USER_NAME",
|
|
55
|
+
ADD_TO_PREVIEW_PEERS_LIST = "ADD_TO_PREVIEW_PEERS_LIST",
|
|
56
|
+
REMOVE_FROM_PREVIEW_PEERS_LIST = "REMOVE_FROM_PREVIEW_PEERS_LIST"
|
|
55
57
|
}
|
|
56
58
|
//# sourceMappingURL=actionTypes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../../src/redux/actionTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDA,wBAqBE;AAEF,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,8BAA8B,mCAAmC;IACjE,8BAA8B,mCAAmC;IACjE,gCAAgC,qCAAqC;IACrE,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../../../src/redux/actionTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDA,wBAqBE;AAEF,oBAAY,mBAAmB;IAC7B,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,8BAA8B,mCAAmC;IACjE,8BAA8B,mCAAmC;IACjE,gCAAgC,qCAAqC;IACrE,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;IAC/B,yBAAyB,8BAA8B;IACvD,8BAA8B,mCAAmC;CAClE"}
|
|
@@ -196,4 +196,12 @@ export declare const setPeerToUpdate: (peerToUpdate: HMSPeer) => {
|
|
|
196
196
|
peerToUpdate: HMSPeer;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
199
|
+
export declare const addToPreviewPeersList: (peer: HMSPeer) => {
|
|
200
|
+
type: HmsStateActionTypes;
|
|
201
|
+
peer: HMSPeer;
|
|
202
|
+
};
|
|
203
|
+
export declare const removeFromPreviewPeersList: (peer: HMSPeer) => {
|
|
204
|
+
type: HmsStateActionTypes;
|
|
205
|
+
peerId: string;
|
|
206
|
+
};
|
|
199
207
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/actions/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/actions/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -47,6 +47,7 @@ export declare const store: import("redux").Store<import("redux").EmptyObject &
|
|
|
47
47
|
room: import("@100mslive/react-native-hms").HMSRoom | null;
|
|
48
48
|
localPeer: import("@100mslive/react-native-hms").HMSLocalPeer | null;
|
|
49
49
|
roles: import("@100mslive/react-native-hms").HMSRole[];
|
|
50
|
+
previewPeersList: import("@100mslive/react-native-hms").HMSPeer[];
|
|
50
51
|
};
|
|
51
52
|
chatWindow: any;
|
|
52
53
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/redux/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA2B,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,OAAO,KAAK,CAAC,QAAQ,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { HMSLocalPeer, HMSRole, HMSRoom } from '@100mslive/react-native-hms';
|
|
1
|
+
import type { HMSLocalPeer, HMSPeer, HMSRole, HMSRoom } from '@100mslive/react-native-hms';
|
|
2
2
|
import { HmsStateActionTypes } from '../actionTypes';
|
|
3
|
-
type ActionType = SetRoomAction | SetLocalPeerAction | SetRolesAction | SetIsLocalAudioMutedAction | SetIsLocalVideoMutedAction | SetIsLocalScreenSharedAction | SetRoomLocallyMutedAction | ResetAction;
|
|
3
|
+
type ActionType = SetRoomAction | SetLocalPeerAction | SetRolesAction | SetIsLocalAudioMutedAction | SetIsLocalVideoMutedAction | SetIsLocalScreenSharedAction | SetRoomLocallyMutedAction | ResetAction | AddToPreviewPeersList | RemoveFromPreviewPeersList;
|
|
4
4
|
type SetRoomAction = {
|
|
5
5
|
type: HmsStateActionTypes.SET_ROOM_STATE;
|
|
6
6
|
room: HMSRoom | null;
|
|
@@ -32,6 +32,14 @@ type SetRoomLocallyMutedAction = {
|
|
|
32
32
|
type: HmsStateActionTypes.SET_ROOM_LOCALLY_MUTED;
|
|
33
33
|
roomLocallyMuted: boolean;
|
|
34
34
|
};
|
|
35
|
+
type AddToPreviewPeersList = {
|
|
36
|
+
type: HmsStateActionTypes.ADD_TO_PREVIEW_PEERS_LIST;
|
|
37
|
+
peer: HMSPeer;
|
|
38
|
+
};
|
|
39
|
+
type RemoveFromPreviewPeersList = {
|
|
40
|
+
type: HmsStateActionTypes.REMOVE_FROM_PREVIEW_PEERS_LIST;
|
|
41
|
+
peerId: string;
|
|
42
|
+
};
|
|
35
43
|
type IntialStateType = {
|
|
36
44
|
isLocalAudioMuted: boolean | undefined;
|
|
37
45
|
isLocalVideoMuted: boolean | undefined;
|
|
@@ -40,6 +48,7 @@ type IntialStateType = {
|
|
|
40
48
|
room: HMSRoom | null;
|
|
41
49
|
localPeer: HMSLocalPeer | null;
|
|
42
50
|
roles: HMSRole[];
|
|
51
|
+
previewPeersList: HMSPeer[];
|
|
43
52
|
};
|
|
44
53
|
declare const hmsStatesReducer: (state: IntialStateType | undefined, action: ActionType) => IntialStateType;
|
|
45
54
|
export default hmsStatesReducer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hmsStates.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/hmsStates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACP,OAAO,EACR,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,KAAK,UAAU,GACX,aAAa,GACb,kBAAkB,GAClB,cAAc,GACd,0BAA0B,GAC1B,0BAA0B,GAC1B,4BAA4B,GAC5B,yBAAyB,GACzB,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"hmsStates.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/hmsStates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACP,OAAO,EACP,OAAO,EACR,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAErD,KAAK,UAAU,GACX,aAAa,GACb,kBAAkB,GAClB,cAAc,GACd,0BAA0B,GAC1B,0BAA0B,GAC1B,4BAA4B,GAC5B,yBAAyB,GACzB,WAAW,GACX,qBAAqB,GACrB,0BAA0B,CAAC;AAE/B,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,mBAAmB,CAAC,cAAc,CAAC;IACzC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,mBAAmB,CAAC,oBAAoB,CAAC;IAC/C,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC;IAC1C,KAAK,EAAE,OAAO,EAAE,CAAC;CAClB,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,IAAI,EAAE,mBAAmB,CAAC,gCAAgC,CAAC;IAC3D,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,mBAAmB,CAAC,YAAY,CAAC;CACxC,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,mBAAmB,CAAC,sBAAsB,CAAC;IACjD,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,mBAAmB,CAAC,yBAAyB,CAAC;IACpD,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,mBAAmB,CAAC,8BAA8B,CAAC;IACzD,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;IAC/B,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,gBAAgB,EAAE,OAAO,EAAE,CAAC;CAC7B,CAAC;AAaF,QAAA,MAAM,gBAAgB,+CAEZ,UAAU,KACjB,eAwDF,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -47,6 +47,7 @@ declare const _default: import("redux").Reducer<import("redux").CombinedState<{
|
|
|
47
47
|
room: import("@100mslive/react-native-hms").HMSRoom | null;
|
|
48
48
|
localPeer: import("@100mslive/react-native-hms").HMSLocalPeer | null;
|
|
49
49
|
roles: import("@100mslive/react-native-hms").HMSRole[];
|
|
50
|
+
previewPeersList: import("@100mslive/react-native-hms").HMSPeer[];
|
|
50
51
|
};
|
|
51
52
|
chatWindow: any;
|
|
52
53
|
}>, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/redux/reducers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,wBAMG"}
|
|
@@ -50,6 +50,9 @@ export declare const COLORS: {
|
|
|
50
50
|
DEFAULT: string;
|
|
51
51
|
DARK: string;
|
|
52
52
|
DISABLED: string;
|
|
53
|
+
ON_PRIMARY: {
|
|
54
|
+
LOW: string;
|
|
55
|
+
};
|
|
53
56
|
};
|
|
54
57
|
SECONDARY: {
|
|
55
58
|
DIM: string;
|
|
@@ -83,6 +86,7 @@ export declare const COLORS: {
|
|
|
83
86
|
LIGHTER: string;
|
|
84
87
|
ON_SURFACE: {
|
|
85
88
|
LOW: string;
|
|
89
|
+
MEDIUM: string;
|
|
86
90
|
HIGH: string;
|
|
87
91
|
};
|
|
88
92
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/utils/theme.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ChB,CAAC;AAGH,eAAO,MAAM,WAAW,aAAkB,CAAC;AAC3C,eAAO,MAAM,WAAW,UAAW,KAAK,UAAwB,CAAC;AAEjE,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/utils/theme.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ChB,CAAC;AAGH,eAAO,MAAM,WAAW,aAAkB,CAAC;AAC3C,eAAO,MAAM,WAAW,UAAW,KAAK,UAAwB,CAAC;AAEjE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFlB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-room-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"react-native-document-picker": "^8.1.1",
|
|
61
61
|
"react-native-fs": "^2.19.0",
|
|
62
62
|
"react-native-gesture-handler": "^1.10.3",
|
|
63
|
+
"react-native-linear-gradient": "^2.7.3",
|
|
63
64
|
"react-native-modal": "^12.1.0",
|
|
64
65
|
"react-native-safe-area-context": "^3.3.0",
|
|
65
66
|
"react-native-share": "^8.2.2",
|
|
@@ -94,9 +95,9 @@
|
|
|
94
95
|
"peerDependencies": {
|
|
95
96
|
"react": "*",
|
|
96
97
|
"react-native": "*",
|
|
97
|
-
"react-native-
|
|
98
|
+
"react-native-permissions": "3.4.0",
|
|
98
99
|
"react-native-reanimated": "^2.17.0",
|
|
99
|
-
"react-native-
|
|
100
|
+
"react-native-vector-icons": "^9.1.0"
|
|
100
101
|
},
|
|
101
102
|
"resolutions": {
|
|
102
103
|
"@types/react": "17.0.21"
|
package/src/HMSRoomSetup.tsx
CHANGED
|
@@ -68,7 +68,7 @@ export const HMSRoomSetup = () => {
|
|
|
68
68
|
}, [getConfig, hmsInstance]);
|
|
69
69
|
|
|
70
70
|
// HMS Room, Peers, Track Listeners
|
|
71
|
-
useHMSListeners(setPeerTrackNodes, setMeetingState);
|
|
71
|
+
useHMSListeners(meetingState, setPeerTrackNodes, setMeetingState);
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* Session store is a shared realtime key-value store that is accessible by everyone in the room.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, StyleSheet } from 'react-native';
|
|
3
|
+
import type { ImageProps } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface AnswerPhoneIconProps extends Omit<ImageProps, 'source'> {}
|
|
6
|
+
|
|
7
|
+
export const AnswerPhoneIcon: React.FC<AnswerPhoneIconProps> = ({
|
|
8
|
+
style,
|
|
9
|
+
...restProps
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<Image
|
|
13
|
+
source={require('./assets/answer-phone.png')}
|
|
14
|
+
style={[styles.icon, style]}
|
|
15
|
+
{...restProps}
|
|
16
|
+
/>
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const styles = StyleSheet.create({
|
|
21
|
+
icon: {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
justifyContent: 'center',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, StyleSheet } from 'react-native';
|
|
3
|
+
import type { ImageProps } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface BluetoothIconProps extends Omit<ImageProps, 'source'> {}
|
|
6
|
+
|
|
7
|
+
export const BluetoothIcon: React.FC<BluetoothIconProps> = ({
|
|
8
|
+
style,
|
|
9
|
+
...restProps
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<Image
|
|
13
|
+
source={require('./assets/bluetooth-on.png')}
|
|
14
|
+
style={[styles.icon, style]}
|
|
15
|
+
{...restProps}
|
|
16
|
+
/>
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const styles = StyleSheet.create({
|
|
21
|
+
icon: {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
justifyContent: 'center',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, StyleSheet } from 'react-native';
|
|
3
|
+
import type { ImageProps } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface GenericLogoIconProps extends Omit<ImageProps, 'source'> {}
|
|
6
|
+
|
|
7
|
+
export const GenericLogoIcon: React.FC<GenericLogoIconProps> = ({
|
|
8
|
+
style,
|
|
9
|
+
...restProps
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<Image
|
|
13
|
+
source={require('./assets/generic-logo.png')}
|
|
14
|
+
style={[styles.icon, style]}
|
|
15
|
+
{...restProps}
|
|
16
|
+
/>
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const styles = StyleSheet.create({
|
|
21
|
+
icon: {
|
|
22
|
+
width: 30,
|
|
23
|
+
height: 30,
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
justifyContent: 'center',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, StyleSheet } from 'react-native';
|
|
3
|
+
import type { ImageProps } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface HeadphonesIconProps extends Omit<ImageProps, 'source'> {}
|
|
6
|
+
|
|
7
|
+
export const HeadphonesIcon: React.FC<HeadphonesIconProps> = ({
|
|
8
|
+
style,
|
|
9
|
+
...restProps
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<Image
|
|
13
|
+
source={require('./assets/headphones.png')}
|
|
14
|
+
style={[styles.icon, style]}
|
|
15
|
+
{...restProps}
|
|
16
|
+
/>
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const styles = StyleSheet.create({
|
|
21
|
+
icon: {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
justifyContent: 'center',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, StyleSheet } from 'react-native';
|
|
3
|
+
import type { ImageProps } from 'react-native';
|
|
4
|
+
|
|
5
|
+
interface PersonIconProps extends Omit<ImageProps, 'source'> {}
|
|
6
|
+
|
|
7
|
+
export const PersonIcon: React.FC<PersonIconProps> = ({
|
|
8
|
+
style,
|
|
9
|
+
...restProps
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<Image
|
|
13
|
+
source={require('./assets/person.png')}
|
|
14
|
+
style={[styles.icon, style]}
|
|
15
|
+
{...restProps}
|
|
16
|
+
/>
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const styles = StyleSheet.create({
|
|
21
|
+
icon: {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
alignItems: 'center',
|
|
25
|
+
justifyContent: 'center',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
Binary file
|
|
Binary file
|
|
Binary file
|