Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 471 Bytes

File metadata and controls

33 lines (17 loc) · 471 Bytes

Simple React Native application (Posts blog).

To run:

  1. npm i

  2. npm start

To deploy:

  1. expo publish

  2. expo build:android -t app-bundle

  3. expo fetch:android:keystore

  4. expo upload:android


This react native application covers:

  1. Redux (state management)

  2. React navigation

  3. Working with native components (Camera, Permissions, etc.)

  4. Database management (sqlite)

  5. Good coding principles

  6. Project decomposition