liaoyuan-io / react-native-multiple-image-picker

React Native Multiple Image Picker
MIT License
41 stars 11 forks source link

import about MultipleImagePickerPackage #6

Closed OkancanCosar closed 6 years ago

OkancanCosar commented 7 years ago

Hello in setup you said

Add new MultipleImagePickerPackage() to your getPackages return in android/app/src/main/java/com/your/path/MainApplication.java.

but nothing import about MultipleImagePickerPackage

output

error: cannot find symbol
            new MultipleImagePickerPackage()
                ^
  symbol: class MultipleImagePickerPackage
1 error
:app:compileDebugJavaWithJavac FAILED

dependencies

    "react": "15.4.2",
    "react-native": "0.42.0",
    "react-native-multiple-image-picker": "^0.4.0",
cnjsstong commented 6 years ago
import io.liaoyuan.reactnative.multipleimagepicker.MultipleImagePickerPackage;
ajaykumar97 commented 5 years ago

Please update it in the readme.md