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
Using RN v0.57.1 and rnpm v0.14.2, I am unable to make the popup renderer "tail" appear, no matter what I configure with rendererProps. It simply appears as a box.
The following code taken directly from the example (with the exception of custom MenuTrigger child)
After looking through the library code, I discovered the default anchor style background color is set to white, so it won't show against white backgrounds. Might add this to the docs somewhere as it wasn't clear. For anyone with a similar issue, to configure the anchor colors, add anchorStyle inside the rendererProps
Using RN v0.57.1 and rnpm v0.14.2, I am unable to make the popup renderer "tail" appear, no matter what I configure with rendererProps. It simply appears as a box.
The following code taken directly from the example (with the exception of custom MenuTrigger child)
Produces the following
The text was updated successfully, but these errors were encountered: