react-native-device
                                
                                
                                
                                    react-native-device copied to clipboard
                            
                            
                            
                        React Native Android Support
Support for React Native Android, using the Android Build class.
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 = android.os.Build.PRODUCT; 
String _BRAND = android.os.Build.BRAND; 
String _DISPLAY = android.os.Build.DISPLAY; 
String _CPU_ABI = android.os.Build.CPU_ABI; 
String _CPU_ABI2 = android.os.Build.CPU_ABI2; 
String _UNKNOWN = android.os.Build.UNKNOWN; 
String _HARDWARE = android.os.Build.HARDWARE;
String _ID = android.os.Build.ID; 
String _MANUFACTURER = android.os.Build.MANUFACTURER; 
String _SERIAL = android.os.Build.SERIAL; 
String _USER = android.os.Build.USER; 
String _HOST = android.os.Build.HOST;
New tagline for repo : "A wrapper for the native UIDevice & Android Build class"
@GertjanReynaert
Hi !
@kkjdaniel Any update on this ?
Thank you for your great work.
Hello @Mokto
I have been pretty busy recently, I will be getting back to work on this quite soon, should just be a case of testing it.
Thanks
+1
+1
Any status on this? Or your WIP branch? I can see about finishing it up.
+1
There is a branch here https://github.com/kkjdaniel/react-native-device
@GertjanReynaert is this project still alive?
Bump.
Is Android support still in the works?