mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
6.64k stars 983 forks source link

fix: Correct android filenames for takeSnapshot [v4] #2812

Closed utk994-swig closed 2 weeks ago

utk994-swig commented 3 weeks ago

What

This PR fixes the filename generated when calling takeSnapshot on Android Currently they are generated without a . in the filename. Eg: mrousavy-1692260572662396982jpg

Changes

Tested on

Related issues

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-vision-camera ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 27, 2024 5:40am
mrousavy commented 2 weeks ago

Thank you very much, nice catch man! ❤️ LGTM