kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
715 stars 171 forks source link

feature: Implementing AppUpdateManager for Android #226

Open omercdm opened 1 month ago

omercdm commented 1 month ago

What about implementing AppUpdateManager in native code instead of just getting constants?

Using native package instead of HTML parsing is a more secure way to do it.