austinksmith / react-native-workerbee

Worker Thread Support For ReactNative Using STD::Thread
Artistic License 2.0
1 stars 0 forks source link

Compilation Errors #2

Open austinksmith opened 1 month ago

austinksmith commented 1 month ago

During the build process we need to link the JSI and FBJNI libraries, this is currently not working and needs to be fixed, react native 0.71 and higher don't extract library files at run time, linking fbjni another way might be possible but nothing I've tried so far has worked.

austinksmith commented 1 month ago

Linking is fixed however compilation still fails, there are two errors im seeing from fbjni, if anyone wants to jump in and take a crack at it, you can see all the information here -> https://github.com/facebookincubator/fbjni/issues/102

austinksmith commented 4 weeks ago

Compilation is fixed but it crashes at startup