I have some questions regarding react native and react native keychain.
I'm new to react native and trying to build a mobile application.
- How can I store cookies in react native and if it's possible how can I send it to backend just like in web where I have to do is ( credentials : "include" )? ( I found some people say it's possible and other said no it's not possible. So I'm confused. )
- Which is the secure way to authenticate ? ( I have access token and refresh token )
- Will the user have to login again after the mobile device is restarted cuz the saved token is lost ?
- How to make the application responsive since there is no media query. ( or might be. So far I haven't seen media query )
- Which is the best animation library navigation library in your opinion ?
Qestions I forgot to add.
- Is react native keychains encrypted ?
- Can I store my refresh token or access token in react native keychains ?