Android Native Module JSI : Need help linking between JSI projects

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • react-native-native-video

    Native Video Class and Views for ease of video processing in React Native

  • Currently I have made react-native-native-video and these two modules that links with react-native-native-video, allowing you to pass frames in to process (react-native-mlkit-pose-detection and react-native-mlkit-face-detection).

  • react-native-mlkit-pose-detection

    MLKit Pose Detection For React Native

  • Currently I have made react-native-native-video and these two modules that links with react-native-native-video, allowing you to pass frames in to process (react-native-mlkit-pose-detection and react-native-mlkit-face-detection).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • react-native-mlkit-face-detection

    MLKit Face Detection for React Native

  • My background is mainly in iOS development, so these all work properly in iOS, however on Android, only react-native-native-video on its own works. I've been trying to get react-native-mlkit-face-detection's native C++ code to compile, linking to react-native-native-video only when the header is found in node_modules, but it seems to currently crash for apparently no reason (libc crash something) whenever the code tries to access jsi::Function::createFromHostFunction (right here) with any reference to a class in the other project.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts