kanzitelli / rnn-starter

🤹 React Native Starter - Powered by cli-rn, React Native Navigation, Expo Modules, RNN Screens, RN UI lib, MMKV, Mobx, Reanimated 2, Dark Mode, Splash Screen, Localization, Notifications, Permissions, and much more.
https://starters.dev
MIT License
550 stars 72 forks source link

Redux support #19

Closed ussuritiger closed 3 years ago

ussuritiger commented 3 years ago

I've landed on this repo page from the showcases page of React Native Navigation. There it says that this starter kit supports both Redux and MobX. I've checked the commit history and found out that support for Redux was removed. Therefore I am wondering whether there was any problem you've encountered while using React Native Navigation with Redux or there are other reasons? Thanks.

kanzitelli commented 3 years ago

Hi @ussuritiger

You are right, starting from v6.0.0 I have left only MobX implementation because I always use it and it became a bit hard to maintain both of them. However, I still believe that it was a good idea to have both implementations.

And no, there was no any problems integrating Redux to RNN. If you'd like to check Redux integration, you can follow to v5.2.0 under /srcRedux folder.

ussuritiger commented 3 years ago

Thanks a lot @kanzitelli! Will check it out.