skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 349 forks source link

App is not working when using with react-native-reanimated on iOS #332

Open supershik opened 2 years ago

supershik commented 2 years ago

I tried to integrate react-native-jitsti-meet in an existing project. The old app is using @react-navigation Strangely, once it is installed react-native-jitsi-meet, app is frozen and not working anymore on iOS. but working fine on Android.

This is my package.json file "@react-native-async-storage/async-storage": "^1.15.9", "@react-native-community/audio-toolkit": "^2.0.3", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/push-notification-ios": "^1.10.1", "@react-native-firebase/app": "^12.9.2", "@react-native-firebase/auth": "^12.9.2", "@react-native-firebase/firestore": "^12.9.2", "@react-native-firebase/messaging": "^12.9.2", "@react-native-firebase/storage": "^12.9.2", "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/drawer": "^6.1.8", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", "add": "^2.0.6", "axios": "^0.23.0", "moment": "^2.29.1", "react": "16.13.1", "react-native": "0.63.4", "react-native-app-intro-slider": "^4.0.4", "react-native-background-timer": "^2.4.1", "react-native-callkeep": "^4.3.1", "react-native-country-picker-modal": "^2.0.0", "react-native-device-info": "^8.4.1", "react-native-elements": "^3.4.2", "react-native-fast-image": "^8.5.11", "react-native-gesture-handler": "^1.10.3", "react-native-iap": "^7.5.0", "react-native-image-crop-picker": "^0.36.4", "react-native-image-progress": "^1.1.1", "react-native-image-resizer": "^1.4.5", "react-native-jitsi-meet": "2.1.2", "react-native-keep-awake": "^4.0.0", "react-native-keyboard-aware-scroll-view": "^0.9.4", "react-native-paper": "^4.9.2", "react-native-popup-menu": "^0.15.11", "react-native-push-notification": "^8.1.1", "react-native-reanimated": "2.2.3", "react-native-safe-area-context": "^3.3.2", "react-native-screens": "^3.8.0", "react-native-share": "^7.2.0", "react-native-size-matters": "^0.4.0", "react-native-spinkit": "^1.5.1", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^8.1.0", "react-native-webview": "^11.14.1", "react-redux": "^7.2.5", "redux": "^4.1.1", "redux-thunk": "^2.3.0"

is there any way to solve this? Thanks in advance.

g3vxy commented 2 years ago

Related to #312