chore: Add doc explaining the current state of FormSheets layout on android & ios #3464
+158
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Follow-up for: #3454
I decided to create a completely new doc because it's longer than I expected initially. Idk if this placement is okay, feel free to leave some suggestions on how we'd like to expose it.
(Putting the following information inside the doc doesn't make sense to me, because it may change, so I cannot guarantee the correctness of the information below for the future)
I checked other libraries how they handle
flex:1on iOS inside BottomSheet's content:For all above, I was testing whether the following example is working
Therefore, as for now, we have 2 options:
For the future, we'll have a 3rd option: when the iOS 15 support will be dropped (we're dependent on the core RN team here; we're not aware of any timelines when this may happen), there's a chance that iOS implementation could be aligned with Android approach.