Skip to content

v1.4.0

Compare
Choose a tag to compare
@spoeck spoeck released this 08 Oct 19:59
· 60 commits to master since this release

BREAKING CHANGE ANDROID !!!!
Issue #13 is solved. Please remove your workaround for android:

if (Platform.OS === "android") {
      result = JSON.parse(result)
}

Other features:

  • set permanentContexts doc
  • requestEvents doc