I am building a React Native application and I need to save some sensitive data like a token and a refresh token. The obvious solution is to save that information using Asyn
If someone wants the additional step of having the data encrypted, you might want to look at this: https://github.com/oblador/react-native-keychain
It uses facebook conceal internally.