Skip to content

starhelios/KK-social-mobile

Repository files navigation

KloutKast

This is react native project.

Getting Started

Installing

Project Settings

  1. Installing react native in project folder
yarn install
(If Yarn is not installed on your pc, you need to run `npm install -g yarn`.)

iOS

  1. Creating main.jsbundle file.
yarn build:ios 
  1. Installing xcode cocoapods on ios folder
cd ios 
pod install

Android

  1. Setting PATH for Android.
export ANDROID_SDK=<path to Android SDK directory>
export ANDROID_NDK=<path to Android NDK directory> 
export PATH=$PATH:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools:$ANDROID_NDK

export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"

export PATH=/Volumes/Other/Data/Android_SDK/platform-tools:$PATH
export PATH=/Volumes/Other/Data/Android_SDK/tools:$PATH
export JAVA_HOME="/Volumes/Other/Data/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"
  1. Clean before building files.
cd android
./gradlew clearCacheModules
  1. Creating Apk file
cd android
./gradlew assembleRelease

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors