This is an offline blog app which allows you with the following features:
- To make and publish blogs offline
- To edit and delete the published blogs
- To share the published blogs via different social platforms including mail
Follow these steps to run the application:
- Install React Native Expo-cli on your system by running
npm install --global expo-cli
- Clone the Project from github from this repo
- Setup the project on your local system
- Open the project in VS Code Editor
- Run Command
npm install
- Run Command
expo start
- Your project is ready and runnig