Skip to content

A mobile launcher that allows online play in GTA SA (SA-MP)

Notifications You must be signed in to change notification settings

penteleichuk/samp-launcher-rn

Repository files navigation

Samp launcer Logo

About Samp Launcer

A mobile launcher that allows online play in GTA SA (SA-MP). It can download game resources, server monitoring, client updates, news feed, complete launcher customization, and display of donations."

Screenshots

Screenshot 1 Screenshot 2 Screenshot 4

Screenshot 5 Screenshot 6 Screenshot 7

Getting Started

Pre-reqs

  1. Rename .env.example to .env
  2. Provide the necessary parameters.

Game cache

  1. Download download cache
  2. Download download cache snow
  3. Upload the files to your hosting.

Distribution

It is necessary to collect in the tree all the necessary files to run the client. The file should be uploaded to the server as well as the cache

Installation

Open a Terminal in the project root and run...

Install all dependencies:

yarn install

Running on Android

yarn android

Running on release

cd android && ./gradlew bundleRelease

Generate APK

cd android && ./gradlew assembleRelease