# SteroidsJS for React Native Development

1. Dependencies installation:

```
yarn
```

2. To publish to NPM manually use the command (_nps_ **is not a typo!**):
```
nps publish.manual

#OR

yarn script publish.manual
```
**You should be authorized in NPM first!** For this purpose use:
```
npm login
```

Native Router Dev Mode

In dev mode navigation state is persistent. To disable this behavior set env variable DISABLE_PERSISTENT_ROUTER
