luceroweb / karot-saving-smart

Millions of us are living paycheck to paycheck. It can be difficult to build a budget that helps you pay for your bills as well as plan for the future - without making you feel like you have to do without. You may have heard about the tried and true cash “Envelope Savings” system, which can help you to make sure you always have enough to pay your b
https://karot-saving-smart.netlify.app/
3 stars 13 forks source link

Jl 87 navigation menu #115

Closed luceroweb closed 2 years ago

luceroweb commented 2 years ago

Changes

  1. Added custom navigation drawer & stack for authenticated and non-authenticated users
  2. Added loggedin to userDataSlice and added appSlice with new appReady state to show when fonts and logo are downloaded

Purpose

Provide base navigation to be used throughout the project

Approach

Provided navigation using the react-native drawer & stack components/apis

Learning

Closes #87