redux-token-auth
redux-token-auth copied to clipboard
Add react-native support
RNAsyncStorage.js would not be necessary except for a bug discussed here (https://github.com/facebook/react-native/issues/9743) with AsynStorage
I think I'm going to try your branch in React native project. Any specific things that I should do differently to make redux actions work? Any config changes, usage different than in readme, etc?
I can confirm that your branch works nicely in React Native. I might post some code snippets presenting usage if someone needs.
@Derenge However, I think that you should make react-native a peerDependency instead of a regular one. Listing it as peerDependency should prevent this bug: https://stackoverflow.com/questions/38689885/react-native-duplicate-module-naming-collision
Tengo ese problema con el repositorio de @Derenge
Ya intenté de todo pero no logré nada.
¿Me podrían ayudar?
Hi - this will be a useful support to have. Is there any plan to merge this? Thanks
@kylecorbelli - could you pls review and approve? Thanks