└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | # 🚧 🚧 🚧 3 | ## react-native-camera is deprecated. 4 | 5 | Due to the lack of maintainers and increased code complexity, react-native-camera is now deprecated in favor of [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera). 6 | 7 | VisionCamera offers new APIs, better performance, improved stability and more features. 8 | It is actively maintained by [**@mrousavy**](https://github.com/mrousavy) and used in many production apps. 9 | 10 | You can support the development of VisionCamera by [sponsoring **@mrousavy** on GitHub](https://github.com/sponsors/mrousavy). 11 | 12 |
13 |
14 | 15 | > You can find the old code of react-native-camera [here](https://github.com/react-native-camera/react-native-camera/tree/master). 16 | 17 | > See [this issue](https://github.com/react-native-community/react-native-camera/issues/3000) for more details. 18 | --------------------------------------------------------------------------------