From d89c993efa4ad72416cf7856a2410716086a3694 Mon Sep 17 00:00:00 2001 From: Batr Kanzitelli Date: Wed, 10 Mar 2021 04:00:06 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e43a5d..99b578a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Simple tab-based app with auth flow logic: `Landing → Auth → Main (2 tabs)`. - [Emotion](https://github.com/emotion-js/emotion) - for styling components #### Extra features -- Dark Mode 🌚🌝 - achieved with [React Navigation](https://reactnavigation.org/docs/themes/) + [Emotion](https://emotion.sh/docs/theming) theming +- Dark Mode 🌚🌝 - achieved with [react-navigation](https://reactnavigation.org/docs/themes/) & [emotion](https://emotion.sh/docs/theming) theming +- Localization 🌐 - achieved with [expo-localization](https://docs.expo.io/versions/latest/sdk/localization/) & [i18n-js](https://github.com/fnando/i18n-js) ## Try it - App - [Expo](https://expo.io/@kanzitelli/projects/expo-starter)