cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
2020-04-01T11:13:03.002700Z

Hi! I'd like to store credentials, what should I use with re-frame? Am I missing something obvious or is everyone re-writing their own fx? I found this: https://github.com/condense/mercury-app/wiki/Storing-data-in-the-app

dotemacs 2020-04-01T11:46:09.004300Z

If you’re talking just about storing data, then this wrapper might help: https://github.com/cljsrn/side-fx And if you’re storing credentials maybe use something like this: (not ClojureScript specific) https://reactnativeexample.com/keychain-keystore-access-for-react-native/

1👍
2020-04-01T12:53:15.004900Z

thanks!