feat(react-native-sdk): Remove JavaScriptSandboxModule from package

This commit is contained in:
Calinteodor
2025-09-11 15:53:09 +03:00
parent 196192c97f
commit 6c5a9ea199

View File

@@ -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),