PR concerning New Architecture support in the library :tada:
We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:
Fixes events on bridgeless mode on Android in new arch. The naming convention is more strict there and events have to follow the convention of on<Event> to top<Event> naming.
Checklist
[x] I've read CONTRIBUTING.md
[x] I updated the doc/other generated code with running yarn generate in the root folder
[x] I have tested the new feature on /example app.
[ ] In V11 mode/ios
[ ] In New Architecture mode/ios
[ ] In V11 mode/android
[x] In New Architecture mode/android
[ ] I added/updated a sample - if a new feature was implemented (/example)
Screenshot OR Video
Just run the example app on new arch now, I removed the bridgelessEnabled=false flag since bridgeless mode is the default and recommended option.
PR concerning New Architecture support in the library :tada:
We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:
or you just want to ask any questions, hit us up on projects@swmansion.com
Description
Fixes events on bridgeless mode on Android in new arch. The naming convention is more strict there and events have to follow the convention of
on<Event>
totop<Event>
naming.Checklist
CONTRIBUTING.md
yarn generate
in the root folder/example
app./example
)Screenshot OR Video
Just run the example app on new arch now, I removed the
bridgelessEnabled=false
flag sincebridgeless
mode is the default and recommended option.