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

feat: support RN 0.76 + add example with RNTA #538

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vonovak
Copy link
Contributor

@vonovak vonovak commented Oct 17, 2024

Summary

same as #537 but also includes an example app that uses react-native-test-app. You can take it, or ignore it - up to you.

used npx --package react-native-test-app@latest init to create the example. Then copied over the src folder from the old example.

Test Plan

cd rnta-example
yarn install
npx patch-package
cd ios && npx pod-install && cd -

There's a patch for react-native-screens taken from https://github.com/software-mansion/react-native-screens/pull/2407/files#diff-59c313fb0dfe322996885368a5a90d8f8400c2576bb64acc60467c2e79ecd2e9

then build as ususal

@vonovak vonovak changed the title fix: support RN 0.76 feat: support RN 0.76 + add example Oct 17, 2024
@vonovak vonovak mentioned this pull request Oct 17, 2024
@vonovak vonovak changed the title feat: support RN 0.76 + add example feat: support RN 0.76 + add example with RNTA Oct 17, 2024
@janicduplessis
Copy link
Member

This looks great, gonna take some time to properly review and test in a few days.

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.

2 participants