thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.75k stars 864 forks source link

[BUG]: Cannot find module '@/*' or its corresponding type declarations. #359

Closed xhoantran closed 1 year ago

xhoantran commented 1 year ago

react-native environment setup

Description

tsconfig.json is not set up correctly.

{
  ...,
  "compilerOptions": {
    ...,
    "baseUrl": "..", // This is wrong, it should be "."
  }
}

Version

All version

On which OS this issue appear on?

Desktop OS

MacOS 13.0