voxeet / voxeet-uxkit-reactnative

https://www.npmjs.com/package/@voxeet/react-native-voxeet-conferencekit
MIT License
11 stars 12 forks source link

Application crash when updating to RN 0.71.3 #74

Open hungkoala opened 1 year ago

hungkoala commented 1 year ago

Describe the bug This error happens on new RN version 0.71.3 only, version 0.70.6 works well

Expected Behaviour It should not crash

Steps to Reproduce the Problem

  1. Open a video call
  2. Click on the "End" button
  3. System crash

Minimalistic code (recommended)

Screenshot 2023-02-22 at 16 38 06
FabienLavocat commented 1 year ago

Hi @hungkoala we have our team looking into it. We recommend for you to use React Native 0.70.6 for now while we investigate the issue.

codlab commented 1 year ago

Working on the upgrade. An early work is available in wip/upgrade_3.8

you can test it via :

npm install --save "https://github.com/voxeet/voxeet-uxkit-reactnative#wip/upgrade_3.8"

or

yarn add "https://github.com/voxeet/voxeet-uxkit-reactnative#wip/upgrade_3.8"
codlab commented 1 year ago

@hungkoala is this fixing the issue on your side ?

hungkoala commented 1 year ago

i rollbacked my code to 0.70.6 and haven't checked your patch