dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.

Home Page:https://ethora.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version of react-native-reanimated "^3.2.0", not working for Android

quavo19 opened this issue · comments

hello @phwizard,
I added a story library to the ethora react-native project and built it for iOS which worked fine. The library needs the latest version of react-native-reanimated to run and I used version 3.2.0. Though it works for iOS, when I try to run it for Android it freezes, no error logs, just stays at 72% forever. I've tried resetting cashes and restarting by Mac, I deleted the .gradle file and ran again, and I've also tried deleting node modules and installing multiple times but to no avail.
here is what the package.json looks like,

    "react-native-reanimated": "^3.2.0",
    "react-native-gesture-handler": "^2.5.0",

the above worked for iOS.

Screenshot 2023-08-26 at 9 10 48 AM

From above you can see that it has been building for over 8 hours.
but when I change the version of react-native-reanimated to a much lesser version, it builds, but that wouldn't make the story library work.

Hi, @quavo19 !

We appreciate your report regarding the issue you encountered. Please rest assured that our team is actively addressing the problem and working to resolve it as quickly as possible.

We'll provide you with regular updates so that you can proceed with your implementation smoothly and without any difficulties.

We value your continued interest in our project, and your support motivates us to deliver the best results!

Best regards,
Ethora Team

@quavo19 can you install ndk before running the build?

@quavo19 have you tried opening Android Studio and installing NDK?

I will close this for now, please reopen if you have any new questions