Skip to content

Commit

Permalink
Invert sections
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 9, 2025
1 parent 83caf9a commit da16319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ const entry: SystemBarsEntry = SystemBars.replaceStackEntry(
);
```

## Third-party libraries 🧩

If you're an author and your package interferes with edge-to-edge, refer to the [`react-native-is-edge-to-edge` `README.md`](./react-native-is-edge-to-edge) for compatibility instructions.

## Troubleshooting 🤔

#### The system bars stays opaque
Expand All @@ -197,7 +201,3 @@ For example, make sure to set `react-native-reanimated` `useAnimatedKeyboard` `i
#### The navigation bar style is erratic

There's currently [an open issue](https://issuetracker.google.com/issues/346386744) with the Android 15 emulator image regarding the navigation bar style when it is is fully transparent. This issue does not occur on physical devices.

## Third-party libraries 🧩

If you're an author and your package interferes with edge-to-edge, refer to the [`react-native-is-edge-to-edge` `README.md`](./react-native-is-edge-to-edge) for compatibility instructions.

0 comments on commit da16319

Please sign in to comment.