Skip to content

marciomarquessouza/repeat-please-styles

Repository files navigation

Project logo

Virtual Pronunciation Coach developed in React Native

Status 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;

About

Styles components to be used in Repat Please App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published