2017-01-26 11:49:39 -08:00
Please provide enough information so that others can review your pull request:
2018-06-22 08:25:38 -07:00
## Motivation
2017-01-26 11:49:39 -08:00
2018-06-22 08:25:38 -07:00
Explain the **motivation** for making this change. What existing problem does the pull request solve?
2017-01-26 11:49:39 -08:00
2018-06-22 08:25:38 -07:00
## Test plan
2017-01-26 11:49:39 -08:00
2018-06-22 08:25:38 -07:00
Demonstrate the code is solid. Example: the exact commands you ran and their output, screenshots / videos if the pull request changes UI.
2017-01-26 11:49:39 -08:00
Make sure you test on both platforms if your change affects both platforms.
2018-01-24 17:52:09 -08:00
The code must pass tests.
2017-01-26 11:49:39 -08:00
2018-06-22 08:25:38 -07:00
## Code formatting
Look around. Match the style of the rest of the codebase. Run `yarn format` before committing.
## Changelog
2017-01-26 11:49:39 -08:00
2018-06-22 19:19:41 +02:00
Add an entry under the "Unreleased" heading in [CHANGELOG.md ](https://github.com/react-navigation/react-navigation/blob/master/CHANGELOG.md#unreleased ) which explains your change.