Skip to content

Instantly share code, notes, and snippets.

@MuthuFD
Last active November 14, 2018 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MuthuFD/982897e884dfa1d24738fbdc80a353f2 to your computer and use it in GitHub Desktop.
Save MuthuFD/982897e884dfa1d24738fbdc80a353f2 to your computer and use it in GitHub Desktop.
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
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment