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.
- package/android/.gradle/7.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.2/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/CMakeLists.txt +2 -0
- package/android/build.gradle +1 -0
- package/android/react-native-reanimated-69-hermes.aar +0 -0
- package/android/react-native-reanimated-69-jsc.aar +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Fri Jul 01 09:56:56 UTC 2022
|
|
2
2
|
gradle.version=7.2
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/CMakeLists.txt
CHANGED
|
@@ -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})
|
package/android/build.gradle
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED