mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(react-native-sdk): Remove JavaScriptSandboxModule from package
This commit is contained in:
@@ -22,7 +22,6 @@ public class JitsiMeetReactNativePackage implements ReactPackage {
|
|||||||
new AppInfoModule(reactContext),
|
new AppInfoModule(reactContext),
|
||||||
new AudioModeModule(reactContext),
|
new AudioModeModule(reactContext),
|
||||||
new JMOngoingConferenceModule(reactContext),
|
new JMOngoingConferenceModule(reactContext),
|
||||||
new JavaScriptSandboxModule(reactContext),
|
|
||||||
new LocaleDetector(reactContext),
|
new LocaleDetector(reactContext),
|
||||||
new LogBridgeModule(reactContext),
|
new LogBridgeModule(reactContext),
|
||||||
new PictureInPictureModule(reactContext),
|
new PictureInPictureModule(reactContext),
|
||||||
|
|||||||
Reference in New Issue
Block a user