ds300/react-native-typescript-transformer

Cannot find module warning for json

andrey-shostik opened this issue · 1 comments

I just created RN app and connected typescript. When I try to import json I get warning that cannot find module, but json is imported properly, and I can use its data https://prnt.sc/l3rtus. what should I do?

fixed after adding "resolveJsonModule": true to tsconfig