Instagram Stories – React Native
Find the twitter post with a demo video here!
Description
Installation
What are the steps required to install your project? Provide a step-by-step description of how to get the development environment running.
-
Download the repo
-
Intall node-modules
npm install
or
yarn
Run the app
npm run start
or
yarn start