react-native-webrtc / react-native-carrier-info

React Native module bridge to obtain information about the user’s home cellular service provider,
MIT License
85 stars 39 forks source link

Use external gradle dependencies if available, current ones if not #10

Closed mikehardy closed 5 years ago

mikehardy commented 5 years ago

This PR converts the module to the style most react-native modules are using now - first it looks for external versions, and only defaults to internal (updated now) versions if the external ones don't exist

Should fix #9

zxcpoiu commented 5 years ago

thanks @mikehardy