/qreminders-rn

iOS Reminders app written in React Native

Primary LanguageObjective-CMIT LicenseMIT

QReminders

iOS Reminders app written in React Native

Links

Developer setup

  1. Clone repo
  2. cd qreminders-rn
  3. Install Expo command line tool: npm -g install exp
  4. Install dependencies: npm install
  5. Open in Xcode: open ios/qreminders-rn.xcworkspace/
  6. Start packager: exp start (or open project in XDE)
  7. Run in Xcode

Deployment

JS changes

  1. Open project in XDE
  2. Make changes and save
  3. Hit Publish

Native changes

TODO