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)