Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 826 Bytes

File metadata and controls

30 lines (20 loc) · 826 Bytes

React Native Exercises

This repo is destined for MedTech CS425 students. It contains a set of exercises that will get you up and running with React native.

Getting Started

  • Fork the repo
  • Clone your fork locally
  • Solve the exercises by following the seperate README files
  • Commit your changes
  • Make a Pull Request for a code review

Solving the exercises

Navigate to each of the sub directories of this repo to solve an exercise. To see a preview of your app, you can run

# To see a preview on the web
$ expo start --web

# Run the project normally and use expo go on your mobile device
$ npm start

Resources

Don't hesitate to refer to the documentation in case of need