Commits
semantic-release-bot authored 7fa631f32dd
chore(release): 3.10.0 [skip ci] # [3.10.0](https://github.com/react-native-community/react-native-camera/compare/v3.9.0...v3.10.0) (2019-11-20) ### Bug Fixes * **android:** fix possible crash when attempting to retrieve camera parameters. ([#2570](https://github.com/react-native-community/react-native-camera/issues/2570)) ([be8a08c](https://github.com/react-native-community/react-native-camera/commit/be8a08c)) * **android:** Possible ANR due to events not fired on the main thread ([#2591](https://github.com/react-native-community/react-native-camera/issues/2591)) ([ad9d084](https://github.com/react-native-community/react-native-camera/commit/ad9d084)) ### Features * **docs:** update example readme and ios splash screen text ([#2589](https://github.com/react-native-community/react-native-camera/issues/2589)) ([cd0ca06](https://github.com/react-native-community/react-native-camera/commit/cd0ca06)) * **docs:** update react-navigation doc ([#2574](https://github.com/react-native-community/react-native-camera/issues/2574)) ([81563d7](https://github.com/react-native-community/react-native-camera/commit/81563d7)) * **example:** New example app using RN 0.61, native-base, and react-navigation. ([#2588](https://github.com/react-native-community/react-native-camera/issues/2588)) ([9c6fcea](https://github.com/react-native-community/react-native-camera/commit/9c6fcea)) * **ios:** Handle audio interruption in session queue. This prevents the session isRunning flag from getting corrupted due to concurrent updates to the session. ([#2567](https://github.com/react-native-community/react-native-camera/issues/2567)) ([ffbd805](https://github.com/react-native-community/react-native-camera/commit/ffbd805)) * **ios:** Preserve exif/metadata on photo capture. ([#2573](https://github.com/react-native-community/react-native-camera/issues/2573)) ([fabacb4](https://github.com/react-native-community/react-native-camera/commit/fabacb4)) * **npm:** ignore docs and publish 3.11.0 ([7c1284f](https://github.com/react-native-community/react-native-camera/commit/7c1284f)) * **npm:** ignore website when publishing to npm, manual bump ([aa0e2a9](https://github.com/react-native-community/react-native-camera/commit/aa0e2a9)) * **ts:** Update index.d.ts ([#2590](https://github.com/react-native-community/react-native-camera/issues/2590)) ([eece04a](https://github.com/react-native-community/react-native-camera/commit/eece04a))