From 4e017e4fa46f40dd7f49f4232d1b41080f1400b0 Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Tue, 11 Sep 2018 11:38:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ec2519..a690dd24 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ react-native link react-native-screens > If you are not familiar with the concept of linking libraries [read on here](https://facebook.github.io/react-native/docs/linking-libraries-ios). 3. Enable screens support before any of your navigation screen renders. Add the following code to your main application file (e.g. App.js): -``` +```js import { useScreens } from 'react-native-screens'; useScreens();