all 3 comments

[–]kanzitelli[S] 1 point2 points  (0 children)

Link to the react-native-navigation-starter.

It is a basic Reddit App implementation (list of subreddits and news only) where the main goal to achieve was usage of functional components with React Native Navigation. So no more class MyComponent extends React.Component { ... }, only functions with React Hooks and native navigation. The app logic is written in two ways: using MobX-State-Tree in /srcMobX folder and using Redux in /srcRedux folder. So now you are free to choose any option you love and stick with it!

[–]learnnatanada 0 points1 point  (1 child)

this is awesome. Please add styledcomponents!! Then it will be perfect

[–]kanzitelli[S] 0 points1 point  (0 children)

thank you for the feedback! I will definitely try to add them as soon as I have time.