Fork of - A powerful, high-performance React Native Camera library.
npm install @ashleysmart/react-native-vision-cameraFork of react-native-vision-camera to correct rotation and other bugs.
* Guides
* API
* Example
* Frame Processor Plugins
```
cd /workdir/custom_modules/react-native-vision-camera
npm run buildyarn build
``
npm login --auth-type=legacy
npm publish --auth-type=legacy --access public
Install from npm:
``
sh
npm i @ashleysmart/react-native-vision-camera
cd ios && pod install
################## ENDS HERE #######################
Building the NPM package requires the docker image
``
cd /workdir/react-native-vision-camera/package
bun install
scripts/clang-format.sh
bun lint --fix
bun typescript
bun build src/index.ts
Building the NPM package requires the docker image
Once in the docker run the following
```
/workdir/react-native-vision-camera/packagenpm run build
#bun build src/.ts src//*.ts --outdir ../dist