From 79d00ef8a186ddd411af2c29364814e64b1ee54e Mon Sep 17 00:00:00 2001 From: Sam Corcos Date: Sun, 26 Feb 2017 10:34:00 -0800 Subject: [PATCH 1/2] Add React Native link to docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 25ec844..4b23449 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,13 @@ Please follow these detailed compilation guides for your respective operating sy If all went well, there should be an executable named *alpr* along with *libopenalpr-static.a* and *libopenalpr.so* that can be linked into your project. +React Native +------------ + +If you'd like to use OpenALPR with a React Native project, you can use one of the following packages: + +* [react-native-openalpr] (https://github.com/cardash/react-native-openalpr) (iOS only) + Docker ------ From 4c1a8c2d681a2794d80bf94c691fbd364115f2e5 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Fri, 10 Mar 2017 09:30:50 -0500 Subject: [PATCH 2/2] Updated link --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b23449..4867462 100644 --- a/README.md +++ b/README.md @@ -134,16 +134,10 @@ Please follow these detailed compilation guides for your respective operating sy * [Android Library] (https://github.com/SandroMachado/openalpr-android) * [Android Application Sample] (https://github.com/sujaybhowmick/OpenAlprDroidApp) * [iOS] (https://github.com/twelve17/openalpr-ios) +* [iOS React Native] (https://github.com/cardash/react-native-openalpr) If all went well, there should be an executable named *alpr* along with *libopenalpr-static.a* and *libopenalpr.so* that can be linked into your project. -React Native ------------- - -If you'd like to use OpenALPR with a React Native project, you can use one of the following packages: - -* [react-native-openalpr] (https://github.com/cardash/react-native-openalpr) (iOS only) - Docker ------