Open floels opened 1 year ago
cc @diegolmello FYI
I will try to reproduce
I ran the project from scratch here and both locally and in the CI that makes the clone from scratch worked perfectly, it could be some blockage to that url or something like that in your environment.
About the update it was ignored because there is another PR that deals with it.
Ok, thanks for checking @GleidsonDaniel 🙏
Description:
When following the mobile app environment setup instructions with the React Native 0.68 development environment set up, I get the following error when running
yarn android
for the first time:Environment Information:
develop
of Rocket.Chat.ReactNative repoSteps to reproduce:
Follow the instructions of the developer doc to set up the Android development environment.
Expected behavior:
Android app starts running on emulated device.
Actual behavior:
Error when running
yarn android
(see detail above).Additional context:
The same problem is reported in this issue in the
react-native-reanimated
repo. The recommended solution is to upgradereact-native-reanimated
. I saw in this issue that we recently chose to ignore the upgrade to3.0.1
, I am not sure why.