Skip to content

jardelgoncalves/qbanks-companies

Repository files navigation

logo

A React Native app to store company data



logo

Access figma by clicking here

Tools and Libraries

  • React Native
  • Styled Components
  • Typescript
  • React Navigation
  • React Hook Form
  • Axios
  • Yup
  • Prettier
  • Eslint
  • React Native CLI
  • git-flow

Install dependencies

yarn #or npm install

Running on an emulator

Follow the instructions in the RN documentation (CLI) to set up the environment. After that, run the command:

yarn android #ios not tested
#or npm run android

then run the command:

yarn start #or npm start

Running On Device

  • Plug in your device via USB
  • Follow the instructions in the RN documentation (CLI) to set up the environment. After that, run the command:
yarn android #ios not tested
#or npm run android

then run the command:

yarn start #or npm start