invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.42k stars 223 forks source link

docs(example): demonstrate rn76 / fabric + bridgeless works #357

Closed mikehardy closed 2 weeks ago

mikehardy commented 2 weeks ago

This was pretty difficult for a variety of reasons, but mostly because I had to learn react-native-test-app much more deeply.

It works though, and in fact it works on iOS, macOS (if you open the example .xcworkspace and put your dev team in the example), and visionOS

I saw no issues with fabric or bridgeless

I could be missing something? It seemed seemless though on react-native 0.76 with react-native-test-app set to "fabric_enabled" and "bridgeless_enabled" == true

mikehardy commented 2 weeks ago

confirmed android "worked" as well (it needs more config but at least it builds+loads)