Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 6, 2022
1 parent 44c3c54 commit 5de0db1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,21 @@
* Might be related to making the classes/protocols public?




- [ ] Refactor: Use `RNIWrapperView`
- [ ]
- [ ] Implement: Lazy popover prop.
- [ ] Refactor: iOS Native - Re-write props — Use `willSet` instead of `didSet`
- [ ] Test: Check for memory leaks.
- [ ] Implement: Add Context — `isPopoverVisible`.
- [ ] Implement: `refreshPopoverVisibilityStatus`.
- [ ] Refactor: Make classes public.
- [ ] Example: Add example for dynamic sized popover, i.e. grow/shrink.

<br>

- [x] (Commit: `99d3a18`) Refactor: Re-write `setVisibility` error handling.
- [x] (Commit: `a355a4c`) Implement: `setVisibility` — Add option to ignore "popover already visible/hidden"-related errors.
- [x] (Commit: `2385908`) Refactor: `RNIPopoverViewModule.getVisibility` error handling.
- [x] (Commit: `d42d0d1`) Refactor: iOS Native - Re-write props — Use `willSet` instead of `didSet`.
- [x] (Commit: `44c3c54`) Refactor: Use `RNIWrapperView`



Expand Down

0 comments on commit 5de0db1

Please sign in to comment.