TheStanfordDaily / stanforddaily-mobile

Breaking news from the Farm right on your phone!
https://stanforddaily.com/mobile-app
9 stars 10 forks source link
expo mobile news newspaper react react-native

The Stanford Daily

Supports Expo iOS Supports Expo Android Runs with Expo

Official mobile app of the independent, student-run newspaper of Stanford University. Contributions are welcome!

Getting Started

Clone the Stanford Daily mobile app repository from GitHub:

git clone https://github.com/TheStanfordDaily/stanforddaily-mobile.git

Navigate to the project directory:

cd stanforddaily-mobile

Install packages by running the yarn terminal command from the project directory, and then start the bundler:

yarn
npx expo start

Installation Details

If you encounter any errors, it is possible that your system does not meet the prerequisites for running this project, in which case some additional setup may be required as described in the internal Notion page. Alternatively, consult the Expo installation guide.

Troubleshooting

If you encounter any issues during the installation process or elsewhere, please reach out to the Chief Technology Officer at tech@stanforddaily.com or open an issue on GitHub.

Adding Native Code

This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.

Release

Notes