From 9fd51e7e977400f3194c100af88b4c25e7510530 Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Fri, 9 Jun 2017 17:37:30 +0800 Subject: [PATCH] pod file path error pod file path error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cceb969b..c48d6fdb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Done! No need to worry about manually adding the library to your project. Add the RNFS pod to your list of application pods in your Podfile, using the path from the Podfile to the installed module: ``` -pod 'RNFS', :path => './node_modules/react-native-fs' +pod 'RNFS', :path => '../node_modules/react-native-fs' ``` Install pods as usual: