Skip to content

Commit ecfa92b

Browse files
authored
Fix README for Expo
Realized this was actually wrong when re-building for iPhone.
1 parent 0d1ad66 commit ecfa92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Note: if you are installing on React Native < 0.47, use `react-native-background
6969
7070
## 3. Expo
7171
72-
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.
72+
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.
7373
7474
# Usage
7575

0 commit comments

Comments
 (0)