From 4fd4d5aadc9be14e989c6afcdc2c0690b8dc8a72 Mon Sep 17 00:00:00 2001 From: Adam Avramov Date: Fri, 11 Jan 2019 11:43:34 +0200 Subject: [PATCH] Fix 'Cocoapod integration' section of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25488ab..f77ff4b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ##### Cocoapod integration -1. In `ios/Podfile`, inside your main target, add the line `pod 'RNDeviceInfo', :path => '../node_modules/react-native-device-info'` +1. In `ios/Podfile`, inside your main target, add the line `pod 'RNOpenAppSettings', :path => '../node_modules/react-native-app-settings'` #### Android