Giter VIP home page Giter VIP logo

taste's Introduction

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

taste's People

Contributors

c-rodg avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.