Skip to content

maksympron/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
Node.js v20.17.0+
NPM v10.8.2+
Android Studio v2024.2.0+
XCode v16.0+

How to run

Create a .env file in the root of the project and add the following:

name value required
REACT_APP_SENTRY_DSN secret no

Install the dependencies:

npm install
#or 
yarn install

Run the development WEB server:

npm run web
# or
yarn web

Development server will run on http://localhost:3000

Run the development ANDROID server:

npm run android
# or
yarn android

Development app will run on the Android Emulator/device

Run the development IOS server:

npm run ios
# or
yarn ios

Development app will run on the IOS Emulator/device

How to run tests

npm run test
#or
yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

How to deploy with Codemagic

  1. Rename code codemagic.yaml.example to codemagic.yaml
  2. Follow the React Native guide to configure your project and update the codemagic.yaml file.
  3. Push the updated file to the repository.
  4. Signup/Login to Codemagic. how to signup
  5. Create a new project and select the repository where the project is located.
  6. Select the branch you want to build and click on the start new build button.
  7. The build will start and you can monitor the build progress in the build logs.
  8. Once the build is successful, you can download the APK file and install it on your device.

Libs/API Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors