Snack, code example, screenshot, or link to a repository
CMake Error at CMakeLists.txt:41 (add_library):
Target "rnskia" links to target "ReactAndroid::react_nativemodule_core" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at CMakeLists.txt:41 (add_library):
Target "rnskia" links to target "ReactAndroid::reactnativejni" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at CMakeLists.txt:41 (add_library):
Target "rnskia" links to target "ReactAndroid::runtimeexecutor" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at CMakeLists.txt:41 (add_library):
Target "rnskia" links to target "ReactAndroid::turbomodulejsijni" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Description
Due to https://github.com/react-native-community/discussions-and-proposals/discussions/816, many of the linked libraries no longer exist so the library won't build.
Version
1.4.2
Steps to reproduce
Snack, code example, screenshot, or link to a repository