GeekyAnts / react-native-boilerplate-redux-flow

Other
59 stars 22 forks source link

Expo Build Failed #10

Open mawaisqr opened 5 years ago

mawaisqr commented 5 years ago

Hi guys,

I am on Ubuntu 18.04 and newbie in React Native development. I have attached ScreenShots of current errors I am facing but before reaching that error I have explained my journey which ended up to it. So after I cloned this project I received error of Loading.png file that it's dimensions were not square so I downloaded another squared dimension image and replaced it. This resolved this simple issue.

After that I got this error on my android expo app upon scanning of QR code "your browser does not have secure random number generator", I resolved this by running npm audit fix then npm audit fix --force and then updating my expo-cli globally.

But after that I received following errors, kindly help how can I resolve them.

issue1 issue2

By the way when I updated expo-cli I did get few permission error, even I used sudo please see screenshot issue3