react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

Update readme.md with RN >= 0.65.0 fixes

Open RobertoNegro opened this issue 3 years ago • 1 comments

Resolves #72

In React Native 0.65.0 they removed jcenter() from the repositories in the android/build.gradle (proof: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.65.0).

They removed it because jcenter is no more active, but it's reachable as a read-only repository (proof: https://developer.android.com/studio/build/jcenter-migration) so you can add it back if you need it, like in this case since com.google.vr is deprecated and ufficially it won't be uploaded to other active repositories.

RobertoNegro avatar Nov 15 '21 17:11 RobertoNegro

I wonder if it would be possible to include the android aar files in the source so we don't need this dependency.

cristianoccazinsp avatar Dec 30 '21 19:12 cristianoccazinsp