Upgrading React Native App

Since August 2019, all android apps are required to support 64-bit architecture. While upgrading a react app seems a bit daunting at first, it isn’t that hard. Upgrade the React Native version You can follow the official React Native upgrade method to update your React Native application https://facebook.github.io/react-native/docs/upgrading or you can do it manually comparing… Continue reading Upgrading React Native App