How to create a new ____ ?
List of elements in the app which might be needed to be added more of later on, write here only if there are few steps, else create a new page for it.
Auth method
- create a new script in src\core\auth and create an object with AuthMethod type
- inside src\core\auth\utils.tsx:AuthMethodList add a key for your auth method
- then add your object to methods
- create a button in src\screens\login\index.tsx along side the other auth buttons we have right now, call signIn with your key in onPress
Tab
- create a key in TabParamList
- show which icon to use in tabsIcon
- add the screen component you want to show in TabType in
src\screens