From 747c661f33f948ffbacae5ec9b9c1db11680955a Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Sat, 20 Feb 2016 15:34:42 -0800 Subject: [PATCH] Adding note about example apps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 723c69f..47e571e 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ npm install --save react-native-code-push As with all other React Native plugins, the integration experience is different for iOS and Android, so perform the following setup steps depending on which platform(s) you are targetting. +If you want to see how other projects have integrated with CodePush, you can check out the excellent [example apps](#example-apps) provided by the community. + ## iOS Setup Once you've acquired the CodePush plugin, you need to integrate it into the Xcode project of your React Native app. To do this, take the following steps: