https://github.com/yutasugimura/react-native-camera-app
This is an application implemented using react-native-vision-camera since react-native-camera was deprecated.
https://github.com/yutasugimura/react-native-camera-app
mock react react-native react-native-camera react-native-vision-camera typescript
Last synced: 10 months ago
JSON representation
This is an application implemented using react-native-vision-camera since react-native-camera was deprecated.
- Host: GitHub
- URL: https://github.com/yutasugimura/react-native-camera-app
- Owner: YutaSugimura
- License: mit
- Created: 2022-01-05T04:31:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T06:17:32.000Z (about 4 years ago)
- Last Synced: 2025-02-16T09:28:41.956Z (12 months ago)
- Topics: mock, react, react-native, react-native-camera, react-native-vision-camera, typescript
- Language: TypeScript
- Homepage:
- Size: 275 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Camera App
This is an application implemented using [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) since [react-native-camera](https://github.com/react-native-camera/react-native-camera) was deprecated.
## Get started
To try the playground out for yourself, run the following commands:
```zsh
git clone https://github.com/YutaSugimura/react-native-camera-app.git
cd react-native-camera-app
yarn install
npx pod-install ios
```
### iOS
```zsh
yarn ios
```
### Android
```zsh
yarn android
```
### License
MIT