stitches-native: Types not working correctly
EDIT: sorry I accidentally pressed enter and created the empty issue π
First of all thanks for creating this library, Iβm testing it and I found this issue where types are not working.

It should suggest fontFamily, fontSize etc but itβs not
That said, once I write fontFamily: " then I get the correct autocomplete based on my tokens.

"react-native": "0.65.1",
"typescript": "^4.4.4"
"stitches-native": "^0.0.1-4"
EDIT: I just realised I can also do this but still the issue is there
import { Text as TextComponent } from 'react-native'
const Text = styled(TextComponent, {
// same as
const Text = styled('Text', {
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (8 by maintainers)
This should be now fixed in
v0.0.1-7πAnother issue, negative token values donβt seem to work they are treated as positive.
They both have the same output