This repository has basic setup for React Native and ReactJS component library built with Expo and Storybook.
To setup this repo you can follow this article or simply clone repo and run following commands:
yarn install
# Start native UI library
yarn start-native
#Start WEB UI library
yarn start-web