Upgrading your React Native 0.57.4 project to React Native 0.59.10
Looking at upgrading your react native project to fix Xcode 11 build issue, follow these simple steps: (this took me quite a while at first try 😞)
Upgrade react-native-community/cli by running npm install -g @react-native-community/cli or yarn ad...
sayob.hashnode.dev