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;
To run all tests, run "yarn test".
This project is using react-native-community
and prettier
eslint configuration.
To run the lint, just run "yarn lint".
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;