This is a React Native and Expo scaffold app that covers signing in and sending files to a remote API in the background.
- User authentication with sign-in functionality.
- Background file upload to a remote API.(As there's no API added so it will give error, i-e network error)
Test users { name: "user1", email: "[email protected]", password: "password1" }, { name: "user2", email: "[email protected]", password: "password2" },
validating with these two users as there is no backend.