简体   繁体   中英

Check the minimum Android(Sdk) version of react-native npm package

I want to check the minimum android(SDK) version of react-native npm packages. I want to check version of this package and this package.

I searched on google for How to do that but there are no relevant results for the same. I also checked on packages documentation but didn't get anything there also.

It may be a silly question for you but not for me as I am very new to react-native.

Can anyone please help me with the same?

you may do this by the following steps:

1 - open Repository link from npm site

2 - explore folders and open android/build.gradle

3 - search for minSdkVersion

for example react-native-bootsplash will define here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM