jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
50 stars 5 forks source link

Fix missing cmakelist libs for android with RN 0.76 #153

Closed ronickg closed 2 weeks ago

ronickg commented 2 weeks ago

When using with RN 0.76 fixes the build error for missing linked libs. Only have tested on android, but shouldn't be a problem for ios.

npx create-react-native-library@latest my-rust-lib

Both "ReactAndroid::turbomodulejsijni" and "ReactAndroid::react_nativemodule_core" have been removed.

ronickg commented 2 weeks ago

Oh my bad just saw there already is an open pull request.