react-native-device
react-native-device copied to clipboard
A UIDevice class wrapper for React Native
Support React Native headers for RN version 0.40+ also provide backwards compatibility with no namespace, for older versions of React Native
Support for React Native Android, using the [Android Build](http://developer.android.com/reference/android/os/Build.html) class. ``` java String _OSVERSION = System.getProperty("os.version"); String _RELEASE = android.os.Build.VERSION.RELEASE; String _DEVICE = android.os.Build.DEVICE; String _MODEL = android.os.Build.MODEL; String _PRODUCT...
This library is great! I've started using ternary expressions such as `Device.isIpad() ? a : b` throughout my code. But now I'm at a point where I'd like to test...
I'm using the latest code in master for my RN project, because all I need is DeviceUtil.deviceVersion and the latest DeviceUtil.m to get the device info string. Please deploy a...
I like this library, but adding a cumbersome manual step to installation adds a high burden for getting reproducable builds and conistency among developers in my project. Would it be...