Update
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# MOBILE TASK
|
# MOBILE TASK
|
||||||
|
|
||||||
|
### NOTE: Use MVVM architecture
|
||||||
|
|
||||||
1. Initialize an app. Connect the app with splash screen and icon. Configure app to use any one of the custom font globally.
|
1. Initialize an app. Connect the app with splash screen and icon. Configure app to use any one of the custom font globally.
|
||||||
|
|
||||||
2. Implement authentication screens(login, signup, forgot password, validate password reset confirmation code and reset password) and connect to the REST API. Domain for this is https://reacttask.mkdlabs.com
|
2. Implement authentication screens(login, signup, forgot password, validate password reset confirmation code and reset password) and connect to the REST API. Domain for this is https://reacttask.mkdlabs.com
|
||||||
@@ -19,17 +21,7 @@
|
|||||||
3. Create the Home screen
|
3. Create the Home screen
|
||||||
|
|
||||||
4. Implement the UI of dashboard and connect the drawer on the left side.
|
4. Implement the UI of dashboard and connect the drawer on the left side.
|
||||||
|
5. Make an additional screen with QR code scanner - it should be able to scan a QR code and and redirect to the page.
|
||||||
### FOR REACT NATIVE !!!
|
|
||||||
|
|
||||||
- use Expo
|
|
||||||
- Persist the token that we receive after successfully authenticating using AsyncStorage. You can persist other data using Redux or make custom useContext, useReducer and AsyncStorage mechanism.
|
|
||||||
- make an additional screen with QR code scanner - it should be able to scan a QR code and and redirect to the page.
|
|
||||||
-
|
|
||||||
|
|
||||||
### FOR ANDROID OR SWIFT.
|
|
||||||
|
|
||||||
- Use MVVM architecture
|
|
||||||
|
|
||||||
## Login
|
## Login
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user