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
We were trying to center the action sheet when we had a conditional side drawer. Since containerStyle is used across multiple components styles, this is not possible.
This diff adds a prop called additionalStyles which adds that behavior when consumed.
Currently, I only have this applied for marginLeft, but it should work for all styles.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.We were trying to center the action sheet when we had a conditional side drawer. Since containerStyle is used across multiple components styles, this is not possible.
This diff adds a prop called additionalStyles which adds that behavior when consumed.
Currently, I only have this applied for marginLeft, but it should work for all styles.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: