Skip to content

Commit

Permalink
Update README.md with troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
aschenkel committed Jul 10, 2018
1 parent 3f32052 commit 0f4af0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,24 @@ npm install
react-native run-ios # or react-native run-android
```

## Troubleshooting

<details>
<summary>Running example</summary>

If you have trouble running any example try the following:

1. Move the example out of the repo
2. Remove this package local dependency from `package.json`
```diff
- "react-native-facebook-account-kit": "file:../.."
```
3. Run <code>npm install --save react-native-facebook-account-kit</code>

4. Re-run <code>react-native run-android</code> or <code>react-native run-ios</code>

</details>

## License

License is MIT

0 comments on commit 0f4af0a

Please sign in to comment.