Skip to content

Conversation

@matus-tomlein
Copy link
Contributor

Part of #1450

Issue:

When importing @snowplow/react-native-tracker, we got the following error:

This result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.

Changing the "moduleResolution" to "node16" fixes this issue, but breaks part of our build pipeline.

Similar issue:

snowplow/snowplow-react-native-tracker#217

Proposed Solution:

This PR makes sure to add support for other module types.

nelyousfi and others added 2 commits October 7, 2025 15:24
### Issue:

When importing `@snowplow/react-native-tracker`, we got the following error:

```
This result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
```

Changing the "moduleResolution" to "node16" fixes this issue, but breaks part of our build pipeline.

### Similar issue:

snowplow/snowplow-react-native-tracker#217

### Proposed Solution:

This PR makes sure to add support for other module types.
@matus-tomlein matus-tomlein merged commit 79e40de into release/4.6.7 Oct 7, 2025
0 of 2 checks passed
@matus-tomlein matus-tomlein deleted the fix/react_native_tracker_types branch October 7, 2025 14:35
matus-tomlein added a commit that referenced this pull request Oct 7, 2025
…r" (#1453)

### Issue:

When importing `@snowplow/react-native-tracker`, we got the following error:

```
This result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
```

Changing the "moduleResolution" to "node16" fixes this issue, but breaks part of our build pipeline.

### Similar issue:

snowplow/snowplow-react-native-tracker#217

---------

Co-authored-by: Naoufal ElYoussoufi <26110116+nelyousfi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants