[FEAT] Support fabric in the new architecture (0.76+) #110
Labels
enhancement
New feature or request
Groomed
JWP team has reviewed the ticket and deemed it necessary
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
The new architecture implemented in React-Native 0.76 has become the default. This means this library needs to be modernized to play nicely with this.
Describe the solution you'd like
Remove the asynchronous bridge in this library in favor of the new architecture.
Describe alternatives you've considered
It is possible to Opt-Out for now, but this isn't ideal for long-term support
Additional context
On iOS, the library will still compile and run with the new architecture turned on, but nearly all functions and callbacks are broken.
On Android, there seems to be a possible build failure with the new architecture.
For those who want to help
This may turn into a larger project, and any additional effort from the community would be greatly appreciated.
The text was updated successfully, but these errors were encountered: