An introductory exercise into Redux to handle state-management in React-Native, as part of "The Complete React Native and Redux Course" by Stephen Grider (link below). Allows users to click tabs and see a description of various tech stacks.
- npm install
- react-native run-ios || react-native run-android (after setting up an Android emulator)
- React Native
- Redux, React-Redux
- The Complete React Native and Redux Course by Stephen Grider