Skip to content

Commit 0d1ad66

Browse files
authored
Merge pull request #76 from watadarkstar/patch-1
Expo installation instructions
2 parents b7c16af + 15662da commit 0d1ad66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Note: if you are installing on React Native < 0.47, use `react-native-background
6767
6868
4. Ensure Android SDK versions. Open your app's `android/app/build.gradle` file. Ensure `compileSdkVersion` and `targetSdkVersion` are 25. Otherwise you'll get compilation errors.
6969
70+
## 3. Expo
71+
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.
7073
7174
# Usage
7275

0 commit comments

Comments
 (0)