Giter Club home page Giter Club logo

glific's Introduction

Glific mobile

Getting Started

Prerequisites

Setup

The following setup helps you to run the application on an android machine. Read the documentation of react-native to know about running it on iOS devices.

  1. Clone the repository
git clone [email protected]:glific/mobile.git

You can also use https to clone the repository. To know more read this documentation.

  1. Now change the directory by navigating into the cloned repository. Use the following command, in case of linux.
cd mobile
  1. Create an environment file in the project's home directory with the filename .env, copy the contents from .env.example and update the key-value pairs based on the current environment the application is running in.

  2. Install the dependencies using yarn.

yarn install
  1. Start the metro server.
yarn start

Note that you need to connect either an android device or an emulator with your PC to run the application.

Testing (Android phone)

  • Download Expo Go app from playstore
  • Scan the QR from your CLI

Contributing

Pull Request Submission Guidelines

When submitting a pull request, please ensure that it meets the following requirements:

  • The code passes all relevant unit test cases.
  • The pull request references the related issue and clearly explains the problem it aims to solve.
  • The code has been scanned for any deepscan issues and none are present.
  • The code follows the project's formatting guidelines and has been formatted using prettier.

Please make sure to address all the checkboxes above before submitting your pull request. This will help in ensuring the quality and maintainability of the project.

Developer Guidelines

Theme Constants Usage

Import the project theme constants from the constants folder:

import { COLORS, SIZES, FONTS, SCALE } from '/path/to/constants';

Here are the project theme constants available for usage:

  • COLORS: Contains color-related constants, ex. COLORS.primary400.
  • SIZES: Includes size-related constants, ex. SIZES.m10, SIZES.r4 etc.
  • FONTS: Provides font-related constants, ex. ...FONTS.regular14.
  • SCALE: Offers custom scaling constants which are not included in SIZES for text and other UI elements, ex. SCALE(100).

Refer to the /constants/theme.ts file containing the project theme constants.

Naming Convention for testID and class

  • For testID and class attributes used in your code, follow the camelCase naming convention.
  • Use lowercase for the first letter of the attribute name and capitalize the first letter of subsequent words within the name.

Example:

// Correct:
<View testID="myElement" className="myComponent" />

// Incorrect:
<View testID="my_element" className="my_component" />
<View testID="my element" className="my-component" />

Following these guidelines helps to ensure a smoother development process and easier maintenance.

If you have any questions or need further assistance, feel free to reach out to the project team. Happy coding!

glific's People

Contributors

ajaman190 avatar mdshamoon avatar chandra-pro avatar vishalz123 avatar soumyadiptopal avatar kurund avatar aneesh-2003 avatar praneeth-rdy avatar siva20021 avatar arkaprabhachowdhury avatar abhay-86 avatar srijanshovit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.