-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete not working #305
Comments
Does commenting out any of the fields help? #297 seems related |
Please share your full theme |
Is in light.ts file
|
Can you share where do you expect to get autocomplete ? With a comment of what you expect ? |
my components have props of type SxProp, but no autocomplete I tried TextInput component form dripsy, same thing |
Do you have yarn why @types/react-native |
Also make sure to restart ts language server after you do the interface merging |
Can you also try installing |
|
No change |
I did that |
Try removing @types/react-native and restart ts languagr server again. Basiclly don't let ts use the types from @types/react-native |
No change. I don't understand. In my solito project it is work with: but in simple expo project with same config it is not work. |
I tried it with an expo project as well, and it works fine for me. Can you publish a minimal reproducable example ? |
I decided to create a new expo project, I installed dripsy and created the theme it worked. Then I copied the code from the old project and everything works. I do not know why. Thank you for the time you gave me. |
I don't get autocomplete with typescript.
typescript 5.1.6
expo 50.0.6
dripsy 4.3.4
config for dripsy
No autocomplete with theme type
The text was updated successfully, but these errors were encountered: