Support Android SDK >= 16 ?
Closed this issue · 4 comments
mikaoelitiana commented
Hello, I need to support Android SDK 16 on an app using this library? Is there a particularu reason for minSdkVersion 21
?
ptomasroos commented
Not really. I seen some people adapting to using the minSdkVersion from the parent project we could use that to make it better
ptomasroos commented
react-native-camera/react-native-camera@389c731#diff-7ae5a9093507568eabbf35c3b0665732
You can see the change over there, feel free to send a pull request
ptomasroos commented
This is now released on npm
mikaoelitiana commented
Thanks!!