From fe6ca238dc8b6449be9950e782b1bf7a2b43b73f Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Tue, 27 Jun 2023 13:12:40 +0300 Subject: [PATCH] sdk(react-native-sdk): updated imports --- react-native-sdk/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-sdk/index.tsx b/react-native-sdk/index.tsx index 1a0a8cc15df..6e1f59b78d6 100644 --- a/react-native-sdk/index.tsx +++ b/react-native-sdk/index.tsx @@ -14,7 +14,7 @@ import { appNavigate } from './react/features/app/actions.native'; import { App } from './react/features/app/components/App.native'; import { setAudioMuted, setVideoMuted } from './react/features/base/media/actions'; // @ts-ignore -import JitsiThemePaperProvider from '../react/features/base/ui/components/JitsiThemeProvider'; +import JitsiThemePaperProvider from './react/features/base/ui/components/JitsiThemeProvider.native'; interface IAppProps {