From f34e3a916dfc37a7661df31f426167b20c7243c2 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Tue, 1 Aug 2017 19:02:06 +0200 Subject: [PATCH] Fix wrong package name in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11e437..cb1fcfa 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ pod install #### On iOS 1. In the XCode's "Project navigator", right click on your project's Libraries folder ➜ `Add Files to <...>` -2. Go to `node_modules` ➜ `react-native-image-picker` ➜ `ios` ➜ select `ReactNativeLanguages.xcodeproj` +2. Go to `node_modules` ➜ `react-native-languages` ➜ `ios` ➜ select `ReactNativeLanguages.xcodeproj` 3. Add `ReactNativeLanguages.a` to `Build Phases -> Link Binary With Libraries` #### On Android