kumparan / react-native-android-inapp-updates

React Native implementation of the Android In-App Update API.
99 stars 15 forks source link

What does the library do on versions under Android 5.0? #10

Closed escobar5 closed 3 years ago

escobar5 commented 3 years ago

Hi,

Does the library throws an error when using it on Android < 5, or does it do nothing?

I need to know how to handle that case in my app.

Thanks

gedeagas commented 3 years ago

@escobar5 Hi, our library is designed to run on react-native which is only run on Android 5.0 (API 21) or newer. If you are using react-native then you are only able to support Android version 5.0 >=.

escobar5 commented 3 years ago

I didn't remember the min android api supported. thanks

CyxouD commented 2 years ago

@gedeagas version of RN before 64 supports < 5.0 API