React Native Starter Kit with Redux Toolkit, Styled Components, React Navigation and runnable on Web
git clone https://github.com/dinhquan/react-native-starter-kit.git
cd react-native-starter-kit
yarn
cd ios && pod install
yarn web
yarn ios
yarn android