Ziggeo / ReactNativeSDK

React Native SDK
Apache License 2.0
7 stars 6 forks source link

Cannot upgrade react native to 0.71 and up Gradle plugin version 1.6.20 and higher #112

Closed sam-houle1 closed 3 months ago

sam-houle1 commented 1 year ago
Screenshot 2023-08-30 at 2 39 54 PM
sam-houle1 commented 1 year ago

Hey @katolykdev, not sure if you still work on this project, but this is a critical issue, we can't upgrade our react native version to 0.71 and up, and if we don't we won't be able to release any versions on the android play store after August 31st.

Bane-D commented 1 year ago

Hi Sam,

Since the 31st is here already it would be best to ask for extension. You can do this through the Google Play Console for each app that has this requirement and you would get additional 30 days.

In the meantime this is assigned to one of our colleagues to look into and follow up with you.

sam-houle1 commented 11 months ago

Hi @Bane-D, the 30 additional days are over for more than a month now. We've disabled the feature that use this package because we were stuck on release.

Do you have a status on this ?

Bane-D commented 11 months ago

Hi Sam, this should have been fixed already. Are you still having issues with the latest version of our SDK? Also do let me know if you are using any of our non-master branches.

3akat commented 10 months ago

Hi @sam-houle1, Please take a look at the version 1.6.35. It's working with react-native: 0.72.6

sam-houle1 commented 10 months ago

Hi @3akat @Bane-D, I'm currently on 0.71.13, and it's not working for android, ios and simulators. Do I have to upgrade to 0.72.6 to use the latest version of the package ?

3akat commented 10 months ago

Hi @sam-houle1, I just tried creating an empty project with react version 0.71.13 and ziggeo version 1.6.35 and everything works well for android. What error do you have now? This is package.json that I have

Screenshot 2023-10-27 at 11 17 39
sam-houle1 commented 10 months ago

@3akat hi, sorry for the late response.

on Android: Screenshot 2023-11-13 at 4 57 02 PM

Ios Simulator: Screenshot 2023-11-13 at 4 59 29 PM

Let me know if you need any other information.

sam-houle1 commented 9 months ago

@3akat hi can we still work on this issue ? We still can't use ziggeo in our app. What information I need to send you?

jdeslauriers commented 9 months ago

Hi @3akat and @Bane-D !

Can we have more assistance on this ? It seems the problem is still there, and it has become critical for our applications because we had to remove completely the feature to compile the application.

We've been a customer for 2 years now, but these packages issue are becoming a problem for us.

Bane-D commented 9 months ago

Hi Jocelyn, I know my colleague was doing different tests and was not able to recreate it, so just to help him and you to speed things along:

  1. Have you tried in a fresh project just to confirm that it is working or not working for you there?
  2. Do you experience the same issue with React Native 0.71.13 and Ziggeo 1.6.35?
  3. Do you experience the same issue with React Native 0.72.6 and Ziggeo 1.6.35?
3akat commented 9 months ago

Hi, can you show your android/build.gradle file? You needed to add jcenter() repository in it for correct working of exoplayer implementation. Also all ios issues must be fixed in 1.6.36.

Screenshot 2023-12-06 at 10 46 58
3akat commented 8 months ago

@sam-houle1 , @jdeslauriers Do you have any updates on this issue?

sam-houle1 commented 8 months ago

Hi @3akat, I've opened a new issue to ask if it's possible to use the api and let us handle the camera with our own package, we want to use a single component that handles the camera.