Skip to content

Commit 22566c0

Browse files
committed
docs: improved readme for a bit
1 parent cf3b69d commit 22566c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ AppState-aware focus effect for React Native with React Navigation
66

77
## Background
88

9-
In React Native app development, there's a common use case where we would like to perform actions whenever the view is re-focused or re-surfaced from the background, e.g. re-fetching data to make sure it's up-to-date. This is often necessary for apps to display the information that accuracy can be critical, such as financial applications.
9+
In React Native app development, there's an everyday use case where we would like to perform actions whenever the view is re-focused or re-surfaced from the background, e.g., re-fetching data to make sure it's up-to-date. It is often necessary for apps to display the information that accuracy can be critical, such as financial applications.
1010

11-
This hook could be useful for those applications that use [React Navigation](https://reactnavigation.org/) and have a similar need.
11+
This hook could be helpful for those applications that use [React Navigation](https://reactnavigation.org/) and have a similar need.
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)