-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Error after build in react-native 0.76.3 #15378
Comments
We don't support RN 0.76 or RN navigator 7 yet. |
latest jitsi can support 0.73.11? |
It supports 0.75. |
thanks |
current pod version is 1.16.2.
I got this error when run pod install. |
What is your minimum iOS version requirement? Our SDK requires 15.1 minimum, won't work with anything lower. |
okay, I will update it |
Did you run the update_deps script? |
no, I didn't. |
I did it, but same error again. |
Does the sample app work for you? |
I have never run a sample app before. |
@saghul Thanks for your answers |
@saghul Any Expected Date When Jitsi is Available For RN 0.76 ?? |
No expected date. Out of curiosity, what do you need from 0.76 soecifically? Or do you just want to use it because it's the latest? |
I need to integrate Jitsi into my latest React Native project, but I don't want to downgrade my React Native version. When I use Jitsi with React Native 0.76.3, the app crashes on Android, showing 'JitsiMeetModule is undefined.' How can I fix this issue? |
I don't know. As I said, we haven't tested with 0.76 yet. Once we do and make the necessary updates it will work. |
@wbmcircle What you did exactly to fix this ? @saghul ive been stuck for the most week on this , i have "@jitsi/react-native-sdk": "10.3.0", "react-native": "0.75.0", i updated deps using the command as shown here: Any idea what would be the issue ? |
@bahachammakhi Clearing the cache and rebuilding may fix current problem |
Hi @saghul What is the maximum or highest version of React Native where Jitsi works? Can you suggest the correct version? |
0.75.2. after downgrade to this, Jitsi can work |
@wbmcircle
my-app/node_modules/@react-native/gradle-plugin/react-native-gradle-plugin/build.gradle.kts:10:49:
2 errors |
What happened?
Facing error related to the navigation after installing jitsi meet.i am using expo router and behind the scene it's using
react-navigation 7
.but as i checked thedependencies
inside the@jitsi/react-native-sdk
it's usingreact-navigation 6
.package.json
"dependencies": {
"@amplitude/react-native": "2.17.3",
"@expo/vector-icons": "^14.0.2",
"@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/datetimepicker": "^8.2.0",
"@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": "*",
"@react-navigation/native": "^7.0.0",
"@reduxjs/toolkit": "^2.2.7",
"dayjs": "^1.11.13",
"expo": "~52.0.17",
"expo-application": "~6.0.1",
"expo-constants": "~17.0.2",
"expo-document-picker": "~13.0.1",
"expo-font": "~13.0.1",
"expo-image": "~2.0.3",
"expo-image-picker": "~16.0.3",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.11",
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.5",
"expo-web-browser": "~14.0.1",
"firebase": "^10.13.1",
"moment": "^2.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-native": "0.76.3",
"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-flash-message": "^0.4.2",
"react-native-gesture-handler": "2.18.1",
"react-native-get-random-values": "1.9.0",
"react-native-gifted-chat": "^2.6.4",
"react-native-immersive-mode": "2.0.2",
"react-native-keep-awake": "4.0.0",
"react-native-lightbox-v2": "^0.9.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-orientation-locker": "1.6.0",
"react-native-pager-view": "6.4.1",
"react-native-performance": "5.0.0",
"react-native-razorpay": "^2.3.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "3.35.0",
"react-native-shadow-2": "^7.1.1",
"react-native-sound": "0.11.2",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "^15.8.0",
"react-native-ui-datepicker": "^2.0.4",
"react-native-video": "6.0.0-alpha.11",
"react-native-watch-connectivity": "1.1.0",
"react-native-web": "~0.19.13",
"react-native-webrtc": "124.0.4",
"react-native-webview": "13.12.5",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0"
}
Platform
Browser / app / sdk version
"@jitsi/react-native-sdk": "^10.3.0",
Relevant log output
No response
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: