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

docs(example): alter refresh_example to use fb prefix in fb_login_protocol_scheme #589

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

mikehardy
Copy link
Collaborator

@mikehardy mikehardy commented Dec 17, 2024

Note that this is not complete, there have been some other direct changes to the example that must be incorporated into the refresh_example.sh script so they aren't lost

After altering refresh-example to make that change, then refresh-example should be committed one more time, and then the results of a run should be committed (with all the updated example files...)

@mikehardy
Copy link
Collaborator Author

in fact 1cfb158 did a good job - it updated the refresh-example script at the same time

So I'm running it again now just to update things and verify this change but then it should be good to go

@mikehardy
Copy link
Collaborator Author

Something appears to be broken in the example when it moves from react-native 0.75.x to 0.76.x and I haven't quite figured out what.

Relates to native module auto-loading as a likely root cause, and symptom is that the example app fails on boot with the Settings native module being null / inaccessible. Reproduces on android with true or false newArchEnabled in gradle.properties.

this fixes auto-linking, which somehow does not like the github style
ref in package.json on react-native 0.76+
@mikehardy mikehardy merged commit 4df764f into master Dec 18, 2024
7 checks passed
@mikehardy mikehardy deleted the update-refresh-example branch December 18, 2024 20:11
Copy link

🎉 This PR is included in version 13.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Difference between example and Meta guide of fb_login_protocol_scheme
1 participant