You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
Using react-native-tscodegen and writing the native module in c++. Should also be consumable as library. RN 0.65 and 0.66 have made improvements I think to using JSI and TurboModules. This is just to validate if we can already use it to build libraries. It's not clear to me yet how to do this.
The main thing I'm having trouble finding is calling C++ directly (so no Java/Swift in between)
Using react-native-tscodegen and writing the native module in c++. Should also be consumable as library. RN 0.65 and 0.66 have made improvements I think to using JSI and TurboModules. This is just to validate if we can already use it to build libraries. It's not clear to me yet how to do this.
The main thing I'm having trouble finding is calling C++ directly (so no Java/Swift in between)
Projects already using JSI:
Otherwise looking at Kotlin / Swift would maybe be a good option (also for uniffi-rs)
The text was updated successfully, but these errors were encountered: