You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(android): pull android tool versions from root project (#12)
If the host react native application is using a different version of the android sdk build tools, build warnings will be displayed about incompatibilities. This addresses that by using the values defined in the root project.
This is the approach used by the current [react-native-create-library template](https://github.com/frostney/react-native-create-library/blob/master/templates/android.js#L28).
0 commit comments