From 15662da74b2f0b6cb80a04ba7786a3ad2a1a29b7 Mon Sep 17 00:00:00 2001 From: Adrian Carolli Date: Thu, 12 Apr 2018 10:05:28 -0400 Subject: [PATCH] Expo installation instructions Closes: https://github.com/Vydia/react-native-background-upload/issues/75 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 23912f7e..120c68d7 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ Note: if you are installing on React Native < 0.47, use `react-native-background 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. +## 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. # Usage