An open API service indexing awesome lists of open source software.

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.

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