- Install dependencies -
yarn install
- Fill in the
TO_BE_FILLED
fields regarding Cognito federated login integration insrc/App.tsx
- Build Android app -
yarn sync
- Run the app e.g. in an emulator using Android Studio (open project in
android
directory)
Expected behaviour:
User should be redirected to Google login page
Actual behaviour:
User stays in the application screen,
console shows error InvalidRedirectException: signInRedirect or signOutRedirect had an invalid format or was not found.
NOTE: When launching web application (yarn start
) it should work correctly