1.2.14 • Published 5 years ago

react-native-image-pickeratoo v1.2.14

Weekly downloads
321
License
-
Repository
-
Last release
5 years ago

react-native-image-picker

Getting started

$ npm install react-native-image-picker --save

Mostly automatic installation

$ react-native link react-native-image-picker

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-image-picker and add RNImagePicker.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNImagePicker.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.RNImagePickerPackage; to the imports at the top of the file
  • Add new RNImagePickerPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-image-picker'
    project(':react-native-image-picker').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-image-picker/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-image-picker')

Windows

Read it! :D

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

Usage

import RNImagePicker from 'react-native-image-picker';

// TODO: What to do with the module?
RNImagePicker;
1.2.14

5 years ago

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.81

5 years ago

1.1.80

5 years ago

1.1.73

5 years ago

1.1.71

5 years ago

1.1.70

5 years ago

1.1.67

5 years ago

1.1.66

5 years ago

1.1.65

5 years ago

1.1.63

5 years ago

1.1.62

5 years ago

1.1.61

5 years ago

1.1.60

5 years ago

1.1.54

5 years ago

1.1.53

5 years ago

1.1.52

5 years ago

1.1.51

5 years ago

1.1.50

5 years ago

1.1.49

5 years ago

1.1.48

5 years ago

1.1.47

5 years ago

1.1.46

5 years ago

1.1.45

5 years ago

1.1.44

5 years ago

1.1.43

5 years ago

1.1.41

5 years ago

1.1.40

5 years ago

1.1.39

5 years ago

1.1.38

5 years ago

1.1.37

5 years ago

1.1.36

5 years ago

1.1.35

5 years ago

1.1.34

5 years ago

1.1.33

5 years ago

1.1.31

5 years ago

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago