contacts-app
How to start
yarn
cd ios && pod install
yarn ios
yarn
yarn android
if some errors with paths in Android, should:
yarn start --reset-cache
cd android
./gradlew clean
yarn android
How to test
yarn test
Use
Feature-sliced methodology for project structure
React-native-safe-area-context for Header
React Native Styled Components
I didn't use React native reanimated for animation because of the condition about avoiding 3rd-party libraries