You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drag RCTFileTransfer.xcodeproj to your project on Xcode.
11
11
* Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTFileTransfer.a from the Products folder inside the RCTFileTransfer.xcodeproj.
12
-
* Look for Header Search Paths and make sure it contains both $(SRCROOT)/../react-native/React as recursive.
12
+
* Look for Header Search Paths and make sure it contains $(SRCROOT)/../../../react-native/React as recursive.
13
13
14
14
### Installation (Android)
15
15
```gradle
16
16
...
17
17
include ':react-native-file-transfer'
18
-
project(':react-native-file-transfer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-file-transfer/android')
18
+
project(':react-native-file-transfer').projectDir = new File(rootProject.projectDir, '../node_modules/@remobile/react-native-file-transfer/android')
0 commit comments