Skip to content

Commit

Permalink
docs: more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Dec 22, 2023
1 parent 26e6107 commit f543cf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The package is tested with RN >= 0.66.1 (last tested with RN 73, Expo 49). See [

Notice the color of scroll bar and keyboard in the screenshots below.

| light mode | dark mode |
| ------------------------- | ----------------------- |
| ![light](./img/light.png) | ![dark](./img/dark.png) |
| light mode | dark mode | application background in modal |
| ------------------------- | ----------------------- |------------------------------------|
| ![light](./img/light.png) | ![dark](./img/dark.png) | ![app background](./img/modal.png) |

## Motivation

Expand Down
3 changes: 3 additions & 0 deletions docs/readme-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ ___

**AppBackground**(`props`): ``null``

Sets the background color of the ApplicationWindow (iOS) or the current Activity (Android).
This is useful with React Navigation to prevent [white flashes when navigating](https://github.com/react-navigation/react-navigation/issues/10951) on Android, or to control the background color users see when presenting a modal on iOS.

#### Parameters

| Name | Type |
Expand Down
Binary file added img/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f543cf0

Please sign in to comment.