4.3.1
This version adds support for dot-path colors for gradient, text input, activity indicator, and more.
You can now do this:
const theme = {
colors: { $primary: { 100: 'red' } } }
}
//...
<Gradient
colors={['$primary.100']}
/>
And you will get proper autocomplete.