@rownd/react-native 2.10.1 → 2.11.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.
@@ -51,7 +51,7 @@ class RowndPlugin: NSObject {
51
51
  let json = loadingAnimation.data(using: .utf8)!
52
52
  do {
53
53
  let decoder = JSONDecoder()
54
- let animation = try decoder.decode(Animation.self, from: json)
54
+ let animation = try decoder.decode(LottieAnimation.self, from: json)
55
55
  appCustomizations.loadingAnimation = animation
56
56
  } catch {
57
57
  print("Failed to encode Loading Animation: \(error)")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rownd/react-native",
3
- "version": "2.10.1",
3
+ "version": "2.11.1",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "Rownd", "~> 2.6.1"
20
+ s.dependency "Rownd", "~> 2.7.0"
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then