iamshaunjp / react-native-tutorial

All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist
593 stars 508 forks source link

Fixed issues that arise from breaking changes #20

Open reeganviljoen opened 3 years ago

reeganviljoen commented 3 years ago

AppLoading is no longer found in expo and you first need to install it by expo install expo-app-loading as it is no longer included, Some changes in how promises are handled either by node.js or the AppLoading component

I just want to say these errors really created issues for me(everything broke)and I had to solve it myself, so I am doing this to save anyone this frustration in the future