Skip to content

Commit

Permalink
add production-build notice to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed Sep 7, 2016
1 parent 1b08b60 commit 7be283b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ react-native link react-native-image-crop-picker
- [Optional] If you want to use camera picker in your project, add following to `AndroidManifest.xml`
- `<uses-permission android:name="android.permission.CAMERA"/>`

#### Production build

##### iOS

If you are using pre-built frameworks from `ios/ImageCropPickerSDK`, then before deploying app to production you should strip off simulator ARCHs from these, or you can add frameworks from `Libraries/imageCropPicker/Libraries/_framework_name_.xcodeproj/Products/_framework_name_.framework` to Embedded Binaries instead of pre-built ones.
Related issue: https://github.com/ivpusic/react-native-image-crop-picker/issues/61.

## How it works?

It is basically wrapper around few libraries
Expand Down

0 comments on commit 7be283b

Please sign in to comment.