-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Dmitry Usik edited this page Apr 3, 2022
·
8 revisions
- A full small application which contains 4 real screens;
- Last version of
react-nativeis used; - Developed with
TypeScript; - Custom configuration for
eslint+prettier; - Custom
babelconfiguration (modules system); - Configured
navigationmodule (usingreact-navigation); - Configured
localizationmodule (usingi18next+react-i18next+react-native-localize); - Configured
loggermodule; - Configured
errorsmodule; - Uses
recoilas a state management system; - Implemented
light/dark themebased on the device theme. Fully dynamic (colors + images); - Implemented
splash screenon both platforms; - Implemented
app iconon both platforms; - The project is fully covered with
unit tests(jest+@testing-library); - The project is fully covered with
e2e tests(detox); - Git hooks (
husky+lint-staged); - A bunch of
scripts;