Skip to content

Commit 6d37888

Browse files
committed
chore: add roadmap
1 parent 2426e1a commit 6d37888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ return (
142142
| `"small"` | Translates to 25% | **_16+_** ||
143143
| `"medium"` | Translates to 50% | **_15+_** ||
144144
| `"large"` | Translates to 100% |||
145+
| `"${number}%"` | Fixed height in % | **_16+_** ||
145146
| `number` | Fixed height | **_16+_** ||
146-
| `${number}%` | Fixed height in % | **_16+_** ||
147147

148148
> [!NOTE]
149149
> `auto` is not guaranteed to be accurate if your content depends on various rendering logic. Experiment with it and try to keep your content size as fixed as possible.
@@ -281,6 +281,7 @@ The sheet does not have control over how React Native renders components and may
281281

282282
- [ ] Inline sheet
283283
- [ ] Test with RN new architecture
284+
- [ ] Context/Hooks
284285
- [ ] Reanimated integration(?)
285286

286287
## Contributing

0 commit comments

Comments
 (0)