awesomedev77 / Dating-App-RN

Recraft React native Dating App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React native Dating App

IOS Demo

Android Demo

Packages & Libraries used

  • React Native - A framework for building native apps with React.
  • React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • React router native - Declarative routing for React.
  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
  • React Vector Icons - Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
  • React Native Deck Swiper - Trigger swipe animations programmatically
  • React Native Picker Select - A Picker component for React Native which emulates the native interfaces for iOS and Android
  • React Native Image Picker - A React Native module that allows you to use native UI to select a photo/video from the device library or directly from the camera.

Steps to Run the Project in Development Mode

Use the Below Commands to Clone the project and enter inside the Directory After that Install the Dependencies.

git clone https://github.com/awesomedev77/Dating-App-RN.git
cd recraft-react-native-dating-app
yarn install

IOS

We can directly run the app

npx react-native run-ios

Facing any error related to pods in ios

We need to install the pods

sudo gem install cocoapods
cd ios
pod install
cd ..
npx react-native run-ios

Android

We can directly run the app

npx react-native run-android

About

Recraft React native Dating App


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%