/ReactNative-TinderClone

Simple React Native Tinder Clone

Primary LanguageJavaScript

ReactNative-TinderClone

Demo

accessibility text

accessibility text

accessibility text

Content

  • Complete setup Redux.
  • Using Redux Thunk, and Redux Persist Store for middleware.
  • Basic setup Axios client class wrapper for HTTP Requests.
  • Complete setup React Navigation with bottom app bar.
  • Using Reactotron for inspecting app.

Features

  • Show Card Swiper like Tinder App
  • Custom animated Card view
  • Fetching the list of random person from API.
  • If swipe right, save that person to list favorite.
  • Persist list favorite

Get Started

Step 1: Install node modules

  • yarn install

Step 2: Install ios pod libraries

  • cd ios && pod install

Step 3: Run iOS or Android

  • cd .. && react-native run-ios or cd .. && react-native run-android

Additional step:

  • react-native link to link assets