v0.2.0
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.
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.