SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
664 stars 228 forks source link

React Native 0.74 (Bridgeless) Support #287

Open oktaysenkan opened 6 months ago

oktaysenkan commented 6 months ago

Hello,

React Native is transitioning to bridgeless architecture with version 0.74. This architecture aims to improve performance and maintainability by removing the JavaScript bridge, which has traditionally been a bottleneck.

I am currently using your library react-native-biometrics in my project. It's been incredibly useful, and I appreciate all the effort that goes into maintaining it. With the changes in React Native 0.74, it appears that the library may require updates to ensure full compatibility with the new architecture.

Links

About the New Architecture New Architecture working group Library support for New Architecture + Bridgeless in 2024 Already migrated libs to take as an example

Anusha-mathur commented 4 months ago

I've updated our app to React Native v0.74. Is this library compatible with new architecture and Bridgeless mode?