react-native-reanimated 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- #Thu Jun 30 13:53:38 UTC 2022
1
+ #Fri Jul 01 09:56:56 UTC 2022
2
2
  gradle.version=7.2
@@ -1,3 +1,4 @@
1
+ project(Reanimated)
1
2
  cmake_minimum_required(VERSION 3.5.1)
2
3
 
3
4
  set (CMAKE_VERBOSE_MAKEFILE ON)
@@ -13,6 +14,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
13
14
  set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "")
14
15
 
15
16
  set (PACKAGE_NAME "reanimated")
17
+ set (BUILD_DIR ${CMAKE_SOURCE_DIR}/build)
16
18
  set (SRC_DIR ${CMAKE_SOURCE_DIR}/src)
17
19
 
18
20
  if(${CLIENT_SIDE_BUILD})
@@ -406,6 +406,7 @@ android {
406
406
  "**/libfbjni.so",
407
407
  "**/libjsi.so",
408
408
  "**/libfolly_json.so",
409
+ "**/libfolly_runtime.so",
409
410
  "**/libglog.so",
410
411
  "**/libhermes.so",
411
412
  "**/libreactnativejni.so",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-reanimated",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "More powerful alternative to Animated library for React Native.",
5
5
  "scripts": {
6
6
  "start": "node node_modules/react-native/local-cli/cli.js start",