From 143b5ee10ab40956bc5375ed37231fd64e90b911 Mon Sep 17 00:00:00 2001 From: Joseph Spencer Date: Thu, 6 Oct 2016 01:00:08 -0700 Subject: [PATCH] README update to reflect react-native link. As of `react-native@0.28.0`, `rnpm` is no longer needed. See https://github.com/facebook/react-native/releases?after=v0.29.0. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f67e2..463bff3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ npm install react-native-workers --save ### Automatic setup -simply `rnpm link react-native-workers` and you'r good to go. +Simply run one of the following commands and you're good to go. + +#### react-native >= 0.28.0 + +simply run `react-native link` + +#### react-native < 0.28.0 + +`rnpm link react-native-workers` ### Manual setup