diff --git a/README.md b/README.md index 120c68d7..5b6f6247 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Note: if you are installing on React Native < 0.47, use `react-native-background ## 3. Expo -To use this library with [Expo](https://expo.io) one must first detach (eject) the project and follow the normal `react-native link` instructions. Additionally on iOS there is a must to add a Header Search Path to other dependencies which are managed using Pods. To do so one has to add `$(SRCROOT)/../../../ios/Pods/Headers/Public/**` to Header Search Path in `VydiaRNFileUploader Group` module using XCode. +To use this library with [Expo](https://expo.io) one must first detach (eject) the project and follow the normal `react-native link` instructions. Additionally on iOS there is a must to add a Header Search Path to other dependencies which are managed using Pods. To do so one has to add `$(SRCROOT)/../../../ios/Pods/Headers/Public` to Header Search Path in `VydiaRNFileUploader` module using XCode. # Usage