Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 17158

How do i set Android minimum version in Expo project

$
0
0

I am trying to set the minimum supporting version for android to 10 and ios to 15. I am a iOS dev trying out RN and Expo. I think there is deploymentTarget for iOS in BuildProperties but couldn't find it for android version. I have almost no knowledge about Android so i think i am missing something here.

"expo": {"plugins": [      ["expo-build-properties",        {"android": {"compileSdkVersion": 34,"targetSdkVersion": 34,"buildToolsVersion": "34.0.0"          },"ios": {"deploymentTarget": "15.0"          }        }      ]    ]  }}```

Viewing all articles
Browse latest Browse all 17158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>