Add links to other BAM open-source repositories

This commit is contained in:
Florian Rival 2016-07-06 20:35:06 +02:00
parent a12ad6d188
commit 50ea225665
1 changed files with 6 additions and 0 deletions

View File

@ -130,3 +130,9 @@ compressFormat | Can be either JPEG, PNG (android only) or WEBP (android only).
quality | A number between 0 and 100. Used for the JPEG compression.
rotation | Rotation to apply to the image, in degrees, for android only. On iOS, the resizing is done such that the orientation is always up.
outputPath | The resized image path. If null, resized image will be stored in cache folder. To set outputPath make sure to add option for rotation too (if no rotation is needed, just set it to 0).
## Other open-source modules by the folks at [BAM](http://github.com/bamlab)
* [rn-camera-roll](https://github.com/bamlab/rn-camera-roll)
* [react-native-animated-picker](https://github.com/bamlab/react-native-animated-picker)
* [cordova-plugin-native-routing](https://github.com/bamlab/cordova-plugin-native-routing)