Hello, today we will see how we can update the target version of Android / iOS using React Native. This way, we can upgrade to version 33, which Google Play requires for app updates starting from August 31.
Inside our React Native project, we add this dependency:
npx expo install expo-build-properties
With this library, we can update the binary’s build properties.
Now we will have to add the following to our app.js
Hello, today we will see how we can update the target version of Android / iOS using React Native. This way, we can upgrade to version 33, which Google Play requires for app updates starting from August 31.
Inside our React Native project, we add this dependency:
npx expo install expo-build-properties
With this library, we can update the binary's build properties.
Now we will have to add the following to our app.js