4.1: Dot Path Autocomplete
New Features
The following now has auto complete:
const theme = {
colors: { $blue: { 100: 'blue' } } }
}
// ...
return <View sx={{ color: '$blue.100' }} />
The following now has auto complete:
const theme = {
colors: { $blue: { 100: 'blue' } } }
}
// ...
return <View sx={{ color: '$blue.100' }} />