react-native-vision-camera
react-native-vision-camera copied to clipboard
Why boost and some other files are always downloaded for react native vision camera whenever I run the app after changes to package.json❓
Question
So whenever I install or delete any new package and run yarn android, boost is started downloading.
Boost is downloaded from this link: https://github.com/react-native-community/boost-for-react-native/releases/download/v1.63.0-0/boost_1_63_0.tar.gz
Some other things are also downloaded every-time like doubleConversion Link used is: https://github.com/google/double-conversion/archive/v1.1.6.tar.gz
I know it's not huge files but still It's kind of annoying.
I am using
React Native version: 0.63.4
React version: 16.13.1
Gradle version: 6.7.1
Android Build tools with gradle version: 4.2.2
What I tried
No response
VisionCamera Version
2.13.0
Additional information
- [ ] I am using Expo
- [X] I have read the Troubleshooting Guide
- [X] I agree to follow this project's Code of Conduct
- [X] I searched for similar questions in the issues page as well as in the discussions page and found none.