This repository contains a react native blog system utilizing context from the ground up.
Use React Native documentation as a reference React Native Docs.
npx react-native init react-native-blogcd react-native-blog
#to run ios
npm run ios
#to run android
npm run android
all of the steps are inside my youtube video. React Native Blog
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.