Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marciomarquessouza/repeat-please-styles

Styles components to be used in Repat Please App
https://github.com/marciomarquessouza/repeat-please-styles

Last synced: 15 days ago
JSON representation

Styles components to be used in Repat Please App

Awesome Lists containing this project

README

        


Project logo

Virtual Pronunciation Coach developed in React Native

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

## Setup and Running

The project package was managed using "yarn".

- To download all dependencies, run "yarn" on the root of project;
- So, run "yarn start" to initialize the app bundler;
- With the bundler running, open a new command screen and run "yarn android" for Android device or "yarn ios" for IOS devices;

## Tests

To run all tests, run "yarn test".

## Linting

This project is using `react-native-community` and `prettier` eslint configuration.
To run the lint, just run "yarn lint".

# Components

## Text Input

The Text Input are availables with the follow variation:

- __Float Label Input (FloatLabelInput)__: A Text Input with a floating label;
- __Float Label Input Icon (FloatLabelInputIcon)__: A Text Input with a floating label with a icon;
- __Placeholder Input__ (PlaceholderInput): A Text Input using a placeholder instead a Label;
- __Placeholder Input Icon__ (PlaceholderInputIcon): A Text Input using a placeholder instead a Label with a icon;