@jimrising/easymerchantsdk-react-native 1.6.2 → 1.6.3

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/README.md CHANGED
@@ -7,7 +7,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
7
7
 
8
8
  ```json
9
9
  "dependencies": {
10
- "@jimrising/easymerchantsdk-react-native": "^1.6.2"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.6.3"
11
11
  },
12
12
  ```
13
13
 
@@ -174,7 +174,7 @@ class ThreeDSecurePaymentDoneVC: BaseVC {
174
174
  if !images.isEmpty {
175
175
  let animatedImage = UIImage.animatedImage(with: images, duration: duration)
176
176
  imgViewLoading.image = animatedImage
177
- imgViewLoading.contentMode = .scaleAspectFit
177
+ imgViewLoading.contentMode = .redraw
178
178
  }
179
179
  }
180
180
 
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '1.6.2'
3
+ s.version = '1.6.3'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {