When attempting to render any modal window at the same level as the Stack, it results in incorrect positioning.
/app/_layout.tsx
In our case, we cannot avoid this issue since we cannot control the rendering position of built-in dialog windows like alert, confirm, and prompt, unlike writing our own modals. The problem only occurs on Android.
Startup version: "@startupjs/ui": "^0.59.0-canary.11"
Expo version: "expo": "~52.0.28"
-
Install dependencies
npm install
-
Start the app
npx expo start