React-Native Typescript with Redux starter

This starter is based on the most famous typescript template react-native-template-typescript.

It adds a good barebone of redux (with redux persist) and uses mainly hooks

It follows React redux Typescript style guide

WIP

todo

  • add a basic redux module (to show types use)
  • add a HOC (to show types)
  • upgrade react-native-cli 2.x (=> react-native 0.60+)
  • ensure auto linking (RN 0.60?) does link fonts assets as previous react-native link did before
  • add eslint (TSlint deprecation)

Theming with react-navigation

You must use screenProps (params won't work as well as screenProps), see link