Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
82 stars 30 forks source link

Support lower minSdkVersion in android #15

Open digiperfect-janak opened 5 years ago

digiperfect-janak commented 5 years ago

The native code provided by Whatsapp supports minSdkVersion 15. Is there any particular reason this plugin uses minSdkVersion 19? Would be good to support the broadest possible range.

Jobeso commented 5 years ago

The minSdkVersion 19 results out of my usecase and the versions I tested this library with. I know that WhatsApp supports lower minSdks but it is also a question of what react native supports. I could ensure that it is working with minSdkVersion 19 propperly thats why I chose it.

If you want to support lower minSdks you can easily try it out. Please keep me (and everyone else) updated on wether it works with lower sdk versions.