mandeep511 commented on Apr 15, 2021 •
Read moreHow do I update targetSdkVersion to 29?
To do so open android/build. gradle in your React Native project and then increment the compileSdkVersion and targetSdkVersion values to 29 . buildscript { ext { buildToolsVersion = “28.0. 3” minSdkVersion = 16 compileSdkVersion = 29 targetSdkVersion = 29 } // … }14 Eyl 2020
Read moreHow do you use EAS build?
How to use
Read moreWhat is EAS Expo?
Expo Application Services (EAS) is a set of development services designed to complement the open-source Expo platform .
Read moreIs EAS submit free?
The previews of EAS Build and Submit are available to developers subscribed to the EAS Priority Plan. If you’re not yet a subscriber, you can try it out for free for a month .
Read more