ds300 / react-native-typescript-transformer

Seamlessly use TypeScript with React Native
MIT License
657 stars 55 forks source link

Cannot find module warning for json #80

Closed andrey-shostik closed 5 years ago

andrey-shostik commented 5 years ago

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?

andrey-shostik commented 5 years ago

fixed after adding "resolveJsonModule": true to tsconfig