/Taste

Who cares how horrible your date is when you have good food.

Primary LanguageJavaScript

Taste

Welcome to Taste. The dating app for foodies. Who cares how horrible your date is when you have good food?

What's your Taste?

Libraries

React Navigation

Async-Storage

React-Native-Vector-Icons

React Native Webview

Startup

  • iOS: react-native run-ios
  • Android: react-native run-android

Troubleshooting iOS

Missing native dependencies (iOS):

  • cd ios && pod install

No bundle URL found:

  • just wait for graph dependencies to load
  • rm -rf ios/build/
  • kill $(lsof -t -i:8081)
  • react-native run-ios

Everything is broken (iOS):

  • watchman watch-del-all
  • rm -rf node_modules && yarn install
  • rm -rf /tmp/metro-bundler-cache-*
  • rm -rf /tmp/haste-map-react-native-packager-*
  • cd ios && pod install
  • ?? attempt to build in xcode (will fail)
  • cd .. && react-native run-ios

Troubleshooting Android

:app:installDebug failed

  • start up Android project
  • go to AVD manager and run your virtual device

TODO:

SWIPE:

  • test on real iOS device

  • test with Android (login, animations, etc)

  • next step: filters side menu

OTHER:

  • create logo

Other minor bugs:

  • fix 3rd card blinking animation
  • 'like' / 'dislike' text needed?

Contributors

Curtis

Tomoki