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:
Saúl Ibarra Corretgé
2022-01-20 11:59:50 +01:00
committed by Saúl Ibarra Corretgé
parent f4bd40dcfe
commit 8f1a7d52d2
10 changed files with 12 additions and 15 deletions

View File

@@ -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;
/**