* feat(android): expose an ability to change the frames per second
adding ability to change the video recording
frame per second using [MediaRecorder.setVideoFrameRate][1].
[1]: https://developer.android.com/reference/android/media/MediaRecorder#setVideoFrameRate(int)
* feat(android): adding getSupportedPreviewFpsRange
adding getSupportedPreviewFpsRange method to retrieve
supported android devices frame rates for recording.
* feat(android): updating docs
* feat(android): fix api docs type
* feat(android): adding typescript promise type
* feat(android): log message for Camera2
* feat(android): iOS error if method invoked
Triggering error if android only method getSupportedPreviewFpsRange is invoked on iOS.
* feat(android): expose an ability to change the frames per second
adding ability to change the video recording
frame per second using [MediaRecorder.setVideoFrameRate][1].
[1]: https://developer.android.com/reference/android/media/MediaRecorder#setVideoFrameRate(int)
* feat(android): adding getSupportedPreviewFpsRange
adding getSupportedPreviewFpsRange method to retrieve
supported android devices frame rates for recording.
* feat(android): updating docs
* feat(android): fix api docs type
* feat(android): adding typescript promise type
* feat(android): log message for Camera2
* feat(android): iOS error if method invoked
Triggering error if android only method getSupportedPreviewFpsRange is invoked on iOS.
* - 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