We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using expo with jitsi and I keep getting the error of Cannot read property 'isLiteSDK'
Cannot read property 'isLiteSDK'
this is my package.json: { "name": "my-jitsi-project", "license": "0BSD", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@amplitude/react-native": "2.17.3", "@giphy/react-native-sdk": "2.3.0", "@jitsi/react-native-sdk": "^10.3.0", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/netinfo": "11.1.0", "@react-native-community/slider": "4.4.3", "@react-native-google-signin/google-signin": "10.1.0", "@react-native/metro-config": "*", "expo": "~51.0.39", "expo-constants": "~16.0.2", "expo-linking": "~6.3.1", "expo-router": "~3.5.24", "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-native": "0.75.0", "react-native-background-timer": "2.4.1", "react-native-calendar-events": "2.2.0", "react-native-default-preference": "1.4.4", "react-native-device-info": "10.9.0", "react-native-gesture-handler": "2.18.1", "react-native-get-random-values": "1.9.0", "react-native-immersive-mode": "2.0.2", "react-native-keep-awake": "4.0.0", "react-native-orientation-locker": "1.6.0", "react-native-pager-view": "6.4.1", "react-native-performance": "5.0.0", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.31.1", "react-native-sound": "0.11.2", "react-native-splash-screen": "3.3.0", "react-native-svg": "13.13.0", "react-native-video": "6.0.0-alpha.11", "react-native-watch-connectivity": "1.1.0", "react-native-webrtc": "124.0.4", "react-native-webview": "13.8.7" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~18.2.79", "typescript": "~5.3.3" }, "private": true, "overrides": { "@xmldom/xmldom": "0.8.7" } }
No response
The text was updated successfully, but these errors were encountered:
is there any way to solve this issue?
Sorry, something went wrong.
You'll have to wait for the next release, sorry.
Is anything badly broken?
yes, I can't even run the project.
What version of RN does that version of expo correspond to?
You'll have to wait for the next release, sorry. Is anything badly broken?
Just trying the project for the first time, so nothing broken
No branches or pull requests
What happened?
Using expo with jitsi and I keep getting the error of
Cannot read property 'isLiteSDK'
this is my package.json:
{
"name": "my-jitsi-project",
"license": "0BSD",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@amplitude/react-native": "2.17.3",
"@giphy/react-native-sdk": "2.3.0",
"@jitsi/react-native-sdk": "^10.3.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/netinfo": "11.1.0",
"@react-native-community/slider": "4.4.3",
"@react-native-google-signin/google-signin": "10.1.0",
"@react-native/metro-config": "*",
"expo": "~51.0.39",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.24",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.75.0",
"react-native-background-timer": "2.4.1",
"react-native-calendar-events": "2.2.0",
"react-native-default-preference": "1.4.4",
"react-native-device-info": "10.9.0",
"react-native-gesture-handler": "2.18.1",
"react-native-get-random-values": "1.9.0",
"react-native-immersive-mode": "2.0.2",
"react-native-keep-awake": "4.0.0",
"react-native-orientation-locker": "1.6.0",
"react-native-pager-view": "6.4.1",
"react-native-performance": "5.0.0",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.31.1",
"react-native-sound": "0.11.2",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "13.13.0",
"react-native-video": "6.0.0-alpha.11",
"react-native-watch-connectivity": "1.1.0",
"react-native-webrtc": "124.0.4",
"react-native-webview": "13.8.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
"private": true,
"overrides": {
"@xmldom/xmldom": "0.8.7"
}
}
Platform
Browser / app / sdk version
Relevant log output
No response
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: