rm hooks authored by Roland Alton's avatar Roland Alton
......@@ -63,13 +63,18 @@ You might need to restart it after major commits with new dependencies.
$ yarn
$ react-native run-android
```
- You may also need to rebuild the storybook, which is checked with pre-commit (or do a `git clean` to remove the commit syntax checking)
- If you want to rebuild the storybook
```bash
yarn add --dev jest
yarn global add jest
jest --updateSnapshot
```
Remove checks with pre-commit (syntax checks)
`rm -f .git/hooks/*`
For a release build, install keystore https://git.fairkom.net/chat/fairchat.ReactNative/issues/23 and run
```bash
......
......