Open therealkh opened 1 month ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.75.4. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
@therealkh We need a valid reproducer to check this at our end. Also mention any stacktrace or logs related to issue you are using. You can use this reproducer.
@therealkh To assist effectively, please provide a valid reproducer for the issue so we can replicate it on our end. Make sure to include any relevant stack traces, logs, or error messages you’re encountering, as these will help us understand the problem in greater detail. Additionally, if there are any specific configurations or environment details involved (e.g., OS version, dependencies, or frameworks), please share those as well. You can use this reproducer to guide your setup.
Faced the same issue and updated moduleResolution: Node
to moduleResolution: bundler
in tsconfig.json
.
Faced the same issue and updated
moduleResolution: Node
tomoduleResolution: bundler
intsconfig.json
.
Worked but now I'm getting:
Option 'bundler' can only be used when 'module' is set to 'preserve' or to 'es2015' or later
Description
I upgraded my project to 0.75.3. I know that newer version of react native upgrades typescript as well. I will provide our
tsconfig.json
below. This configuration was working perfectly on 0.72 version. I wonder what should be changed theretsconfig.json
:Steps to reproduce
unfortunately project is private and I cannot provide repo(
React Native Version
0.75.3
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
-
Screenshots and Videos
No response