Skip to content
New issue

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

Cannot read property 'isLiteSDK' of null #15452

Open
1 of 11 tasks
Dun-sin opened this issue Jan 7, 2025 · 5 comments
Open
1 of 11 tasks

Cannot read property 'isLiteSDK' of null #15452

Dun-sin opened this issue Jan 7, 2025 · 5 comments

Comments

@Dun-sin
Copy link

Dun-sin commented Jan 7, 2025

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

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@yeasin-hossain
Copy link

is there any way to solve this issue?

@saghul
Copy link
Member

saghul commented Jan 11, 2025

You'll have to wait for the next release, sorry.

Is anything badly broken?

@yeasin-hossain
Copy link

yes, I can't even run the project.

@saghul
Copy link
Member

saghul commented Jan 11, 2025

What version of RN does that version of expo correspond to?

@Dun-sin
Copy link
Author

Dun-sin commented Jan 12, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants