In the web version on the select, radix-ui needs to the content of portal to render the item selected. The overlay component, in this case, is required on native so it is added on web to match. For that reason, the overlay which is in the portal is not handled by radix-ui and is shown by default. This PR shows the overlay when the select is open only and bumps the version.
After merging
The @rn-primitives/select package will need to be released on NPM
Screenshots
Tested both Web and iOS, overlay works as intended.
Description
In the web version on the select, radix-ui needs to the content of portal to render the item selected. The overlay component, in this case, is required on native so it is added on web to match. For that reason, the overlay which is in the portal is not handled by radix-ui and is shown by default. This PR shows the overlay when the select is open only and bumps the version.
After merging
The
@rn-primitives/select
package will need to be released on NPMScreenshots
Tested both Web and iOS, overlay works as intended.