Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marciomarquessouza/repeat-please-styles
- Owner: marciomarquessouza
- Created: 2019-12-07T20:05:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:37:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T18:53:04.142Z (over 1 year ago)
- Language: TypeScript
- Size: 6.03 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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;