Mocking up mobile app with Reactive
linguijs have issue with
t
macro, use<Trans>
micro as much as possible instead, until issue solverd
-
📱️ Expo GO Preview, no need for development build to start
-
🔗️ Deep Linking, out-of-box [1]
-
🎨 nativewind - style your components in React Native with tailwindcss
-
🌗️ Dark/Light mode ready implementation in nativewind
-
🌍 I18n ready with RTL support [1] [2]
- 🦾 TypeScript, of course
[1] This functionality is only available in Expo development build, it does not work in Expo Go.
[2]
currently styling with rtl:
and ltr:
does not work in nativewind
review issue. as workaround use classes in tw
tag for any rtl:
or ltr:
like ```<Text className={twltr:text-right rtl:text-left
}>Description