April 2017
Intermediate to advanced
414 pages
8h 14m
English
The utils folder stores helper methods that we will be using in our application. The dateMethods deals with the different methods that we will use to get different parts of the date, while storageMethods handles access to AsyncStorage.
Our first bullet point from app planning says that upon launching the app, if a budget for this month has not yet been set, it should ask the user to input their monthly goal and save it into AsyncStorage.
Based on the preceding intent, we want to do the following things:
Read now
Unlock full access