Skip to content

Commit

Permalink
Fix the name of react-native-screens and add link to repo (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki authored Feb 23, 2021
1 parent fc5ec12 commit f5b2a44
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 @@ -107,7 +107,7 @@ Consumers are components and hooks that allow using inset values provided by the

### SafeAreaProvider

You should add `SafeAreaProvider` in your app root component. You may need to add it in other places like the root of modals and routes when using `react-native-screen`.
You should add `SafeAreaProvider` in your app root component. You may need to add it in other places like the root of modals and routes when using [`react-native-screens`](https://github.com/software-mansion/react-native-screens).

Note that providers should not be inside a `View` that is animated with `Animated` or inside a `ScrollView` since it can cause very frequent updates.

Expand Down

0 comments on commit f5b2a44

Please sign in to comment.