Skip to content

Commit

Permalink
fix: fixes a flicker issue with some animations
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed May 26, 2023
1 parent 1b5b2d7 commit 5356a87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
implementation 'app.rive:rive-android:4.4.4'
implementation 'app.rive:rive-android:4.5.0'
implementation "androidx.startup:startup-runtime:1.1.0"
implementation 'com.android.volley:volley:1.2.0'
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ PODS:
- React-jsi (= 0.66.4)
- React-logger (= 0.66.4)
- React-perflogger (= 0.66.4)
- rive-react-native (4.0.3):
- rive-react-native (4.0.4):
- React-Core
- RiveRuntime (= 3.1.11)
- RiveRuntime (3.1.11)
- RiveRuntime (= 3.1.12)
- RiveRuntime (3.1.12)
- RNCMaskedView (0.2.9):
- React-Core
- RNCPicker (1.16.8):
Expand Down Expand Up @@ -560,8 +560,8 @@ SPEC CHECKSUMS:
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
rive-react-native: d36c93b5f62086f669ddd07ddb4dbbc5a98c18b4
RiveRuntime: 2e04dbf0b89e7c520ca43312ccc2dd2da30a60d4
rive-react-native: 9fbbd982e2187c66481ebb93e7bbd7413b7b81f3
RiveRuntime: 53017e8ac69c7bf3d711c26f914a933e48a7f86b
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-react-native",
"version": "4.0.4",
"version": "4.0.5",
"description": "Rive React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "RiveRuntime", "3.1.11"
s.dependency "RiveRuntime", "3.1.12"
end

0 comments on commit 5356a87

Please sign in to comment.