Core Features
Tailwind CSS
Build beautiful mobile apps using Tailwind CSS
For styling ExpoShip uses Nativewind library which is wrapper for Tailwind CSS.
Theme
To change theme colors for both dark mode and light mode open /color-theme.js file and there you can change primary, secondary, tertiary, accent. etc. colors.
It looks like this:
color-theme.js
Dark mode support
To support dark mode you need to add following lines to your screens:
javascript
And then you can style your components by adding backgroundColor
or textColor
variables, like this:
javascript