Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VsCode Intellisense react native not working

I am facing the problem. I am not getting intellisense of properties onPress onLongPress, paddingHorizontal, paddingVertial even in import when I type Touch then expected Suggestion will be Touchable, TouchableOpacity etc no any suggestion working in react native in vscode.

like image 738
Tanweer Avatar asked Oct 19 '25 15:10

Tanweer


1 Answers

If anyone still look for a solution, here, install this npm package @types/react-native by typing in terminal:

npm install --save @types/react-native

This is where I found the solution

like image 81
Fatih Mehmet Berk Avatar answered Oct 21 '25 08:10

Fatih Mehmet Berk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!