not compatible with react-native-device-info?

I’m trying to get some device related information like the OS version on Android (i.e. 7.1.1) and it looks like the only way to get this is through react-native-device-info. Unfortunately, using that library requires me to eject the app, which is not an option. Is there any other way to get this information? The info that the Platform class provides for the Android OS is useless since it only gives the API level.

1 Like

Hey @trinet,

Yeah, react-native-device-info requires ejecting unfortunately. Right now the only available device info via the SDK is what you mentioned under the Constants. As far as I’m aware there isn’t a community solution to expose more device info.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.