Skip to content

Commit

Permalink
pod file path error
Browse files Browse the repository at this point in the history
pod file path error
  • Loading branch information
colorfulberry committed Jun 9, 2017
1 parent 4cc039c commit 9fd51e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fd51e7

Please sign in to comment.