Skip to content

Transparent modal have blue outline #2751

Closed
@gandous

Description

Is there an existing issue for this?

  • I have searched the existing issues

Describe the issue

Transparent modal show outline at the top of the page when using firefox. I don't have the issue when using chrome.
Screenshot from 2025-01-01 17-05-18

Expected behavior

No blue outline at the top of the page

Steps to reproduce

Use firefox and the following code

import React from "react";
import { Modal } from "react-native";

export default function App() {
  return (
    <Modal transparent={true} />
  );
}

Test case

a

Additional comments

No response

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions