Skip to content

v0.2.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 23 Aug 16:47
· 61 commits to master since this release

Added support for React Native, hybrid, desktop and server side apps

Just specify remote parameter (remotedev(appState, { remote: true })), and optionally hostname and port. See the API for details.

screen shot 2016-08-23 at 6 20 36 pm

Changed the default values of onlyActions and name parameter

  • When in strict mode, onlyActions is by default true.
  • When name is not specified, the class name will be used.