I follow this tutorial https://jruddell.com/blog/ignite-jhipster.
I create backend and start it, i create the frontend and push the app on a device (avd), i try to login with user/user, it doesn't work, but on web http://localhost:8080/ it works well.
AppConfig.js
export default {
apiUrl: 'http://localhost:8080',
appUrlScheme: 'mobile',
// font scaling override - RN default is on
allowTextFontScaling: true
}
The react-native config changed ? And how can i see the logs with ignite-jhispter ?
Thanks you