* - Improve Android code so skipProcessing is not needed, the code is more in line with iOS, and is "fast" by default. This means that skipProcessing is no longer needed (nor used), and adding additional options will "slow down" the capture as expected, rather than having always a lot of processing. This shouldn't be a breaking change.
- document the writeExif option, and implement it for iOS as well.
* Release CF object which could cause a memleak
* Update RNCamera.m
Add videoBitrate option for ios, setting video bitrate requires a codec to be set
* Update API documentation
* Update documentation
* Update typings
* initial bootstrap on documentation
* Add EXPO_USAGE and MIgrating page
* add all pages
* add sponsors section to index
* theme
* configs
* clipboard button
* remove blog from docker
* start API.md
* minor updates