You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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 -->
2
+
3
+
# Summary
4
+
5
+
<!--
6
+
Explain the **motivation** for making this change: here are some points to help you:
7
+
8
+
* What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged
9
+
* What is the feature? (if applicable)
10
+
* How did you implement the solution?
11
+
* What areas of the library does it impact?
12
+
-->
13
+
14
+
## Test Plan
15
+
16
+
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
17
+
18
+
### What's required for testing (prerequisites)?
19
+
20
+
### What are the steps to reproduce (after prerequisites)?
21
+
22
+
## Compatibility
23
+
24
+
| OS | Implemented |
25
+
| ------- | :---------: |
26
+
| iOS | ✅❌ |
27
+
| Android | ✅❌ |
28
+
| Web | ✅❌ |
29
+
30
+
## Checklist
31
+
32
+
<!-- Check completed item, when applicable, via: [X] -->
33
+
34
+
-[ ] I have tested this on a device and a simulator
35
+
-[ ] I added the documentation in `README.md`
36
+
-[ ] I updated the typed files (TS and Flow)
37
+
-[ ] I've created a snack to demonstrate the changes: LINK HERE
0 commit comments