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: bump native dependencies to support Rive Events #203

Merged
merged 3 commits into from
Sep 21, 2023
Merged

Conversation

zplata
Copy link
Contributor

@zplata zplata commented Sep 20, 2023

A little clunky because we have to take the RiveEvent (NSObject) from iOS and RiveEvent from Android and convert it to something React Native is happy to send over the bridge back to JS. So, any new properties in the future will have to be added manually to the JS type bindings, and the conversion of the native objects into JSON-serializable objects. But I think this makes sense.

@zplata zplata requested a review from HayesGordon September 20, 2023 23:20
Copy link
Contributor

@HayesGordon HayesGordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and your approach make sense. Tested and works great my end

@zplata zplata merged commit 984f7b2 into main Sep 21, 2023
1 check passed
@zplata zplata deleted the events-support-rn branch September 21, 2023 15:01
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