-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change borderRadius in ContextMenu.Preview #56
Comments
|
border radius needs to get passed as a prop to the preview |
I try use prop borderRadius in preview, It seems not work Screen.Recording.2023-08-26.at.21.34.45.mov
|
might be a bug of the upstream ios library. but also, your usage of preview looks wrong. it receives a function as a child |
for the record, you only need to use the preview if it has a different view than the trigger. if it’s the same view, you can leave the preview out |
I'm having the same issue. Expo SDK: 49 React Native: 0.72.1 iOS: 15 and 16 borderRadius has no effect on ContextMenu.Preview |
interesting, i’m thinking it’s an issue with the upstream library. does setting it to 0 work? i wonder if there’s a max or not |
anyone found a solution? |
Can you open an issue on the upstream iOS library? |
I use borderRadius but it not work
Screen.Recording.2023-08-26.at.21.03.52.mov
The text was updated successfully, but these errors were encountered: