LobodPl / WSEI-MobS-APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folders Structure

  • actions (actions for redux)
  • assets (img, fonts etc.)
  • components (only re useable part of code)
  • entities (typing for typescript)
  • reducers (all reducers for redux)
  • screens (all apps screens (pages))
  • tools (reuseable tools)

Usage

  1. Download and install expo app on your phone
  2. Start project:
    • you need node 11 (the newest version)
    • go to root folder
    • npm install expo-cli --global
    • expo start --android/ expo start --ios
    • open http://localhost:19002 - Expo DevTools
    • click 'Tunnel' in lower left corner screen
    • in termin type "?" to open expo help
    • in termin type "s" and login to your account
  3. Go to app in your phone
  4. Scan QR code or click on link
  5. Wait for download
  6. Test your app :) -> hot reload is default after every time if you save file.
  7. Building apk/ipa

About


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%