'React Native not being suggested in VSCode

I'm working on react native and I cannot have RN's component as suggestions. What should I do?



Solution 1:[1]

You can give this package a try.

npm install --save @types/react-native

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ahmet Firat Keler