Benas Svipas
Benas Svipas
@Ilanaya wow thank you very much, I will try those things. Another question do you know how I can sort out `expo` and `react-native` import suggestions to be at the...
@Ilanaya problem was not only with `lib` containing `dom` since expo decided to include it, but also missing this part: `"types": ["react-native"]` which solved an issue for me, also this...
@zardoy Still it takes out imports from other packages first I used this: ```json "tsEssentialPlugins.replaceSuggestions": [ { "suggestion": "./", "patch": { "sortText": "!" }, }, { "suggestion": "../", "patch": {...
For me it also excludes `Text`, `FlatList`, etc. from React Native. It also adds interfaces/types into suggestions (seems like not always, but one time I was able to repro). And,...