-
Notifications
You must be signed in to change notification settings - Fork 51
Could not find com.google.vr:sdk-base:1.180.0 on Android for Latest Rn Version 0.66.0 #72
Comments
I'm having the same issue |
if you found any solution please share with me.if I found I will |
Sure!, I've been trying to change the gradles version as it's mentioned in the example, but no luck 😪 I'm using rn 0.65.1 |
yes google vr is deprecated.i think we have to create our own panorama package for react native because no related library I found |
I've been stuck at this issue for a week, and the only solution is to create your own native package. You can directly modify it to the behavior wanted and then link it to react native: |
Thankyou @wassimAJ1 ,can you share any example that you integrate in test project or your own project? |
I'm still working on it because i'm editing few things, but when i finish it I'll share it for sure! |
Thankyou @wassimAJ1 I will be wait |
I found alternative solution for that, you can use it like panorama view
sorry for long base64 but you can try this example hopefully that example helpful |
@Aakashsajjad095 did it work with you? because it's not on my end |
@wassimAJ1 I paste my example in web view please try for the time being |
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). In order to fix this error, you just need to add jcenter back there 👍
P.S. |
I did all these changes but it doesn't works at all!! Something is wrong with jcenter because a I've got this error
|
Same issue |
can any body help me to resolve this issue on android side?I try many solution but failed
The text was updated successfully, but these errors were encountered: