Skip to content

Instantly share code, notes, and snippets.

@MuthuFD
MuthuFD / rn_sdk_version_payload.js
Last active November 14, 2018 08:35
React Native SDK Version Payload
{
"sdk_version": "0.5.0",
"native_sdk_version" : {
"android": "23", // Optional. Will be present only if run in Android device
"ios": "1.5.5" // Optional. Will be present only if run in iOS device
}
}