@react-native-community/slider
Advanced tools
Comparing version 4.5.4 to 4.5.5
@@ -40,23 +40,34 @@ cmake_minimum_required(VERSION 3.13) | ||
target_link_libraries( | ||
${LIB_TARGET_NAME} | ||
fbjni | ||
folly_runtime | ||
glog | ||
jsi | ||
react_codegen_rncore | ||
react_debug | ||
react_render_componentregistry | ||
react_render_core | ||
react_render_debug | ||
react_render_graphics | ||
react_render_imagemanager | ||
react_render_mapbuffer | ||
react_utils | ||
react_nativemodule_core | ||
rrc_image | ||
turbomodulejsijni | ||
rrc_view | ||
yoga | ||
) | ||
# https://github.com/react-native-community/discussions-and-proposals/discussions/816 | ||
# This if-then-else can be removed once this library does not support version below 0.76 | ||
if (REACTNATIVE_MERGED_SO) | ||
target_link_libraries( | ||
${LIB_TARGET_NAME} | ||
fbjni | ||
jsi | ||
reactnative | ||
) | ||
else() | ||
target_link_libraries( | ||
${LIB_TARGET_NAME} | ||
fbjni | ||
folly_runtime | ||
glog | ||
jsi | ||
react_codegen_rncore | ||
react_debug | ||
react_render_componentregistry | ||
react_render_core | ||
react_render_debug | ||
react_render_graphics | ||
react_render_imagemanager | ||
react_render_mapbuffer | ||
react_utils | ||
react_nativemodule_core | ||
rrc_image | ||
turbomodulejsijni | ||
rrc_view | ||
yoga | ||
) | ||
endif() | ||
@@ -63,0 +74,0 @@ target_compile_options( |
{ | ||
"name": "@react-native-community/slider", | ||
"version": "4.5.4", | ||
"version": "4.5.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "react-native-community", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1571536