Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native Android Support #16

Open
kkjdaniel opened this issue Sep 16, 2015 · 9 comments
Open

React Native Android Support #16

kkjdaniel opened this issue Sep 16, 2015 · 9 comments
Assignees

Comments

@kkjdaniel
Copy link
Collaborator

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

@kkjdaniel kkjdaniel self-assigned this Sep 16, 2015
@Mokto
Copy link

Mokto commented Sep 29, 2015

Hi !

@kkjdaniel Any update on this ?

Thank you for your great work.

@kkjdaniel
Copy link
Collaborator Author

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

@atticoos
Copy link

atticoos commented Dec 1, 2015

+1

@drewtunes
Copy link

+1

@dustinblackman
Copy link

Any status on this? Or your WIP branch? I can see about finishing it up.

@jaggs6
Copy link

jaggs6 commented Jan 28, 2016

+1

@kkjdaniel
Copy link
Collaborator Author

There is a branch here https://github.com/kkjdaniel/react-native-device

@mikelambert
Copy link

@GertjanReynaert is this project still alive?

@joncursi
Copy link

joncursi commented Oct 6, 2016

Bump.

Is Android support still in the works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants