-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Piotr Trocki
committed
Oct 26, 2020
1 parent
b3f8237
commit f2e1d77
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect --> | ||
|
||
# Summary | ||
|
||
<!-- | ||
Explain the **motivation** for making this change: here are some points to help you: | ||
* What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged | ||
* What is the feature? (if applicable) | ||
* How did you implement the solution? | ||
* What areas of the library does it impact? | ||
--> | ||
|
||
## Test Plan | ||
|
||
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. --> | ||
|
||
### What's required for testing (prerequisites)? | ||
|
||
### What are the steps to reproduce (after prerequisites)? | ||
|
||
## Compatibility | ||
|
||
| OS | Implemented | | ||
| ------- | :---------: | | ||
| iOS | ✅❌ | | ||
| Android | ✅❌ | | ||
|
||
## Checklist | ||
|
||
<!-- Check completed item, when applicable, via: [X] --> | ||
|
||
- [ ] I have tested this on a device and a simulator | ||
- [ ] I added the documentation in `README.md` | ||
- [ ] I updated the typed files (TS and Flow) |