Closed vnphu closed 10 months ago
What SDK and version are you trying to run?
What SDK and version are you trying to run?
i use "@jitsi/react-native-sdk": "^0.4.1",
Are you using expo?
Are you using expo?
no, you see example https://github.com/vnphu/test-jitsi-react-native
Looks like you didn't run update_deps after updating the SDK to version 0.41.
I ran update_deps as instructed, but it error ios error: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI android: crash app
I have tried running on many versions of react-native but it doesn't work, can you recreate the repo and test
Start from our sample app please. Does that work for you?
it not work
You really need to be more thorough with your explanations if you want to get help. What doesn't work exactly? What Node and npm versions are you using? What exact steps did you follow?
I have the same error with any SDK version. I can't reproduce it for the sample app because of another error. But in my project, the error happened after updating the node from 16.17.1 to 18.18.0
android ok but ios error : 'new NativeEmitter()' requires a non-null argument
What RN version are you using?
What RN version are you using?
rn version 0.68.5 Do you support this version?
rn version 0.68.5 Do you support this version?
No, you need to be using RN >= 0.69.
ez
Hi
I'm having the same error ... Can you please help how did you fix this problem ?
React-native: Element type is invalid: expected a string ( for built-in components) or a class/function ( for composite components) but got: number
Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI