Skip to content

Commit

Permalink
docs(readme): update FullWindowOverlay example path (software-mansion…
Browse files Browse the repository at this point in the history
…#2326)

## Description

Update path for FullWindowOverlay example

## Changes

- Updated `README.md` docs
  • Loading branch information
ilia-kurganskii authored and ja1ns committed Oct 9, 2024
1 parent e8ff308 commit babd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To take advantage of the native stack navigator primitive for React Navigation t

## `FullWindowOverlay`

Native `iOS` component for rendering views straight under the `Window`. Based on `RCTPerfMonitor`. You should treat it as a wrapper, providing full-screen, transparent view which receives no props and should ideally render one child `View`, being the root of its view hierarchy. For the example usage, see https://github.com/software-mansion/react-native-screens/blob/main/TestsExample/src/Test1096.tsx
Native `iOS` component for rendering views straight under the `Window`. Based on `RCTPerfMonitor`. You should treat it as a wrapper, providing full-screen, transparent view which receives no props and should ideally render one child `View`, being the root of its view hierarchy. For the example usage, see https://github.com/software-mansion/react-native-screens/blob/main/apps/src/tests/Test1096.tsx

## Interop with [react-native-navigation](https://github.com/wix/react-native-navigation)

Expand Down

0 comments on commit babd9ef

Please sign in to comment.