📚
quuqa: React Native Dating App
  • quuqa: React Native Dating App
  • Installation and Build
  • Colors and Defaults
  • Change App name and Bundle Identifier
  • Customize Theme
  • Folder Structure
  • Pages
  • Any Question
Powered by GitBook
On this page
  • Videos
  • 1 - Server Setup
  • 2 - iOS Build
  • 3 - Android Build
  • Installation
  • API Installation
  • Admin Panel Installation

Was this helpful?

Installation and Build

Previousquuqa: React Native Dating AppNextColors and Defaults

Last updated 4 years ago

Was this helpful?

When you download the project you will encounter 3 different zip.

- quuqa_new.zip # React Native Project
- quuqa_admin.zip # PHP Project for Admin Panel
- api_quuqa.zip # PHP Project for API Calls

Videos

1 - Server Setup

2 - iOS Build

3 - Android Build

Installation

First, let's make the basic settings in PHP projects.

API Installation

First off all upload your api_quuqa.zip files into your server.

quuqa.sql import your mysql database

Then, edit required.php

Thats off all! Your API Server is ready!

Admin Panel Installation

First off all upload your quuqa_admin.zip files into your server.

Image Base URL is your API URL for uploads folder

Is everything done? Lets start!

Open your browser and quuqa_admin url (for ex. http://localhost/quuqa_admin)

Default Mail and Password

support@1019apps.com

123456

After the sign in you look this page:

Click settings page from left menu.

Google Maps API Key is required this page!

Thats all! You're nearly ready!

The last one is react native project!

After downloading the project, point to the directory where it is located on a terminal screen and paste following lines.

npm install # for re-install npm packages
react-native link # for linking android and ios packages
react-native run-ios --simulator="iPhone 8" # iOS Build && iPhone 8 run
react-native run-android # Android build & run

If you have any error message on your teminal. Please clean build folders.

rm -rf android/app/build #for android
rm -rf ios/build # for ios 
https://www.youtube.com/watch?v=hF6zlzgFZM0
https://www.youtube.com/watch?v=hkS4J7udE0Y
https://youtu.be/7Mu7RYj33Cc
api_quuqa/required.php
quuqa_admin/system/config.php
http://localhost/quuqa_admin
Dashboard Admin Panel
Settings Page