muhammeddeniz / qr-scanner

React native QR scanner/generator app πŸ“±

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supports Expo iOS Supports Expo Android

QR App

πŸš€ How to use

Creating a new project

  • Install the CLI: npm i -g expo-cli
  • Create a project: npx create-react-native-app -t with-typescript
  • cd into the project

Adding TypeScript to existing projects

  • Create a blank TypeScript config: touch tsconfig.json
  • Run expo start to automatically configure TypeScript
  • Rename files to TypeScript, .tsx for React components and .ts for plain typescript files

πŸ’‘ You can disable the TypeScript setup in Expo CLI with the environment variable EXPO_NO_TYPESCRIPT_SETUP=1 expo start

πŸ“ Notes

About

React native QR scanner/generator app πŸ“±


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%