Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[examples] dependencies with native code should be explicitly listed in package.json for native to work properly #153

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

zetavg
Copy link
Collaborator

@zetavg zetavg commented Oct 9, 2024

Since one is depending on @react-navigation/native and @react-navigation/native is depending on react-native-screens and react-native-safe-area-context which have native dependencies. See: https://reactnavigation.org/docs/7.x/getting-started#installing-dependencies-into-a-bare-react-native-project.

Can fix #133.

…in package.json for native to work properly

Since `one` is depending on `@react-navigation/native` and `@react-navigation/native` is depending on `react-native-screens` and `react-native-safe-area-context` which have native dependencies. See: https://reactnavigation.org/docs/7.x/getting-started#installing-dependencies-into-a-bare-react-native-project.
@natew natew merged commit f4a0c22 into main Oct 10, 2024
6 checks passed
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.

Minimal example fails to build in native simulator
2 participants