From d0ead9bab460f09d55aa3f555ef8eff169edd074 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 18 Feb 2016 21:06:08 -0800 Subject: [PATCH] Adding GeoEncoding sample app --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8403929..57157a9 100644 --- a/README.md +++ b/README.md @@ -692,8 +692,9 @@ Constructs the CodePush client runtime and includes methods for integrating Code The React Native community has graciously created some awesome open source apps that can serve as examples for developers that are getting started. The following is a list of OSS React Native apps that are also using CodePush, and can therefore be used to see how others are using the service: +* [GeoEncoding](https://github.com/LynxITDigital/GeoEncoding) - An app by [LynxIT Digital](https://digital.lynxit.com.au) which demonstrates how to use numerous React Native components and APIs. * [Feline for Product Hunt](https://github.com/arjunkomath/Feline-for-Product-Hunt) - An Android client for Product Hunt. * [Math Facts](https://github.com/Khan/math-facts) - An app by Khan Academy to help memorize math facts more easily. * [MoveIt!](https://github.com/multunus/moveit-react-native) - An app by [Multunus](http://www.multunus.com) that allows employees within a company to track their work-outs. -*Note: If you've developed a React Native app using CodePush, that is also open-source, please let us know. We would love to add it to this list!* \ No newline at end of file +*Note: If you've developed a React Native app using CodePush, that is also open-source, please let us know. We would love to add it to this list!*