ptomasroos/react-native-idfa

Support Android SDK >= 16 ?

Closed this issue · 4 comments

Hello, I need to support Android SDK 16 on an app using this library? Is there a particularu reason for minSdkVersion 21?

Not really. I seen some people adapting to using the minSdkVersion from the parent project we could use that to make it better

react-native-camera/react-native-camera@389c731#diff-7ae5a9093507568eabbf35c3b0665732

You can see the change over there, feel free to send a pull request

This is now released on npm

Thanks!!