aarongrider / vision-camera-ocr

VisionCamera Frame Processor Plugin to detect text in real time using MLKit Text Detector (OCR)
MIT License
235 stars 86 forks source link

Cannot build android app #31

Open ravikiranavasarala opened 9 months ago

ravikiranavasarala commented 9 months ago

Hi,After installing the vision camera & vision camera OCR with the dependency package react-native reanimated, React-native reanimated throws a compile time error.

CMake Error at CMakeLists.txt:208 (find_package): Could not find a package configuration file provided by "react-native-reanimated" with any of the following names:

  react-native-reanimatedConfig.cmake
  react-native-reanimated-config.cmake

Add the installation prefix of "react-native-reanimated" to
CMAKE_PREFIX_PATH or set "react-native-reanimated_DIR" to a directory
containing one of the above files.  If "react-native-reanimated" provides a
separate development package or SDK, be sure it has been installed.

Screenshot 2023-10-04 at 10 18 34 AM