From 50ea2256653999282f82e4508fa934f33e678872 Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Wed, 6 Jul 2016 20:35:06 +0200 Subject: [PATCH] Add links to other BAM open-source repositories --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad8aef5..45d182a 100644 --- a/README.md +++ b/README.md @@ -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)