We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparent modal show outline at the top of the page when using firefox. I don't have the issue when using chrome.
No blue outline at the top of the page
Use firefox and the following code
import React from "react"; import { Modal } from "react-native"; export default function App() { return ( <Modal transparent={true} /> ); }
a
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
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.
Expected behavior
No blue outline at the top of the page
Steps to reproduce
Use firefox and the following code
Test case
a
Additional comments
No response
The text was updated successfully, but these errors were encountered: