[ BUG ] Portal-dependent components do not open properly

Author: Shair17Created Sep 24, 2025Updated Jun 21, 2026
Labelsbug

Reproduction link: https://github.com/Shair17/rn-reusables-select-issue

Describe the bug I'm using react native cli, I installed everything in a fresh project, according to the documentation, however the components that depend on portal or that have animations don't work, for example Select

Steps to reproduce the behavior:

  1. Start the '...' app with '...'
  2. Go to '...'
  3. Click on '....'
  4. Scroll down to '....'
  5. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Image

Platform (please complete the following information):

  • Type: Simulator
  • OS: Android (maybe iOS also)

CLI output (paste the full command output)

If applicable, paste the full command output by running it with the --log-level all flag.

bash
npx @react-native-reusables/cli@latest --log-level all [command] [args] [options]

// example:
// npx @react-native-reusables/cli@latest --log-level all init -t minimal

Additional context Add any other context about the problem here.

Source: founded-labs/react-native-reusables