App.js - when Authenticated, the user BD will be read and the 'role' tied to the UID will be saved in persistent storage.
ClientHomeScreen - Base screen for the client, will need additional styling. I have just been using it to check that I can pull in from PersistentStorage and DB.
StylistHomeScreen - Same UI as the client, have not done anything past what is done with client home screen.
Zak, this is great work. I took a stab at some of the styling today but I didn't create a branch. I will do that and see if I can't jump in here to lend a quick hand.
My changes are as follows:
App.js - when Authenticated, the user BD will be read and the 'role' tied to the UID will be saved in persistent storage. ClientHomeScreen - Base screen for the client, will need additional styling. I have just been using it to check that I can pull in from PersistentStorage and DB. StylistHomeScreen - Same UI as the client, have not done anything past what is done with client home screen.