1.1.24 • Published 1 month ago

react-native-transfer-library v1.1.24

Weekly downloads
270
License
ISC
Repository
-
Last release
1 month ago

cannot be used by the community, because this project is for internal purpose only

react-native-transfer-library

Getting started

$ npm install react-native-transfer-library --save

Mostly automatic installation

$ react-native link react-native-transfer-library

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-transfer-library and add RNTransferLibrary.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNTransferLibrary.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNTransferLibraryPackage; to the imports at the top of the file
  • Add new RNTransferLibraryPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-transfer-library'
    project(':react-native-transfer-library').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-transfer-library/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
    compile project(':react-native-transfer-library')

AWS Configuration

Android Add a container android/res/raw/awsconfiguration.json file in your project with content lik this:

{
  "Version": "1.0",
  "IdentityManager": {
    "Default": {}
  },
  "CredentialsProvider": {
    "CognitoIdentity": {
      "Default": {
        "PoolId": "us-east-X:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
        "Region": "us-east-X"
      }
    }
  },
  "S3TransferUtility": {
    "Default": {
      "Bucket": "mobile-transfer-bucket",
      "Region": "us-east-X"
    }
  }
}

Permissions

Android

Permission is required to read and write to the external storage.

On react-native-cli or ejected apps, adding the following lines will add the capability for the app to request the permission. Find more info on Android Permissions here.

<manifest>
...
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
...
<application>

Windows

Read it! :D

  1. In Visual Studio add the RNTransferLibrary.sln in node_modules/react-native-transfer-library/windows/RNTransferLibrary.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Transfer.Library.RNTransferLibrary; to the usings at the top of the file
  • Add new RNTransferLibraryPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNTransferLibrary from 'react-native-transfer-library';

// TODO: What to do with the module?
RNTransferLibrary;
1.1.23

1 month ago

1.1.24

1 month ago

1.1.22

1 year ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.134

3 years ago

1.0.135

3 years ago

1.0.132

3 years ago

1.0.131

3 years ago

1.0.133

3 years ago

1.0.130

3 years ago

1.0.129

3 years ago

1.0.128

3 years ago

1.0.127

3 years ago

1.0.126

3 years ago

1.0.125

3 years ago

1.0.123

3 years ago

1.0.124

3 years ago

1.0.122

3 years ago

1.0.121

3 years ago

1.0.120

3 years ago

1.0.118

3 years ago

1.0.119

3 years ago

1.0.117

3 years ago

1.0.116

3 years ago

1.0.114

3 years ago

1.0.115

3 years ago

1.0.113

3 years ago

1.0.107

3 years ago

1.0.109

3 years ago

1.0.108

3 years ago

1.0.110

3 years ago

1.0.112

3 years ago

1.0.111

3 years ago

1.0.106

3 years ago

1.0.103

3 years ago

1.0.105

3 years ago

1.0.104

3 years ago

1.0.102

3 years ago

1.0.101

3 years ago

1.0.100

3 years ago

1.0.88

3 years ago

1.0.89

3 years ago

1.0.91

3 years ago

1.0.90

3 years ago

1.0.95

3 years ago

1.0.93

3 years ago

1.0.92

3 years ago

1.0.99

3 years ago

1.0.98

3 years ago

1.0.97

3 years ago

1.0.96

3 years ago

1.0.69

3 years ago

1.0.73

3 years ago

1.0.72

3 years ago

1.0.71

3 years ago

1.0.70

3 years ago

1.0.77

3 years ago

1.0.76

3 years ago

1.0.75

3 years ago

1.0.74

3 years ago

1.0.79

3 years ago

1.0.78

3 years ago

1.0.80

3 years ago

1.0.84

3 years ago

1.0.83

3 years ago

1.0.82

3 years ago

1.0.81

3 years ago

1.0.87

3 years ago

1.0.86

3 years ago

1.0.85

3 years ago

1.0.68

3 years ago

1.0.67

3 years ago

1.0.66

3 years ago

1.0.62

3 years ago

1.0.65

3 years ago

1.0.64

3 years ago

1.0.63

3 years ago

1.0.61

3 years ago

1.0.60

3 years ago

1.0.59

3 years ago

1.0.58

3 years ago

1.0.57

3 years ago

1.0.56

3 years ago

1.0.55

3 years ago

1.0.54

3 years ago

1.0.53

3 years ago

1.0.52

3 years ago

1.0.49

3 years ago

1.0.51

3 years ago

1.0.50

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.44

3 years ago

1.0.45

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.40

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.19

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago