We are building a React Native app for iOS and we are using an internal API built on node + express + jsonwebtoken.
When the user logs in with username/password, the ser
To be app agnostic, I would store it using ASyncStorage. In fact I am testing this on a new project.