mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(rn,build) fix use of "bare" relative path
The Metro bundler gets confused and the result of such import statements is `undefined`.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
f4bd40dcfe
commit
8f1a7d52d2
@@ -46,6 +46,7 @@ import {
|
||||
localParticipantLeft,
|
||||
participantLeft,
|
||||
participantUpdated,
|
||||
raiseHand,
|
||||
raiseHandUpdateQueue,
|
||||
setLoadableAvatarUrl
|
||||
} from './actions';
|
||||
@@ -64,12 +65,11 @@ import {
|
||||
getParticipantDisplayName,
|
||||
getRaiseHandsQueue,
|
||||
getRemoteParticipants,
|
||||
hasRaisedHand,
|
||||
isLocalParticipantModerator
|
||||
} from './functions';
|
||||
import { PARTICIPANT_JOINED_FILE, PARTICIPANT_LEFT_FILE } from './sounds';
|
||||
|
||||
import { hasRaisedHand, raiseHand } from '.';
|
||||
|
||||
declare var APP: Object;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user