Skip to content

Commit 85c333f

Browse files
update reader SDK iOS to 1.7.4 and react native reader SDK to 1.7.7
1 parent b9fa585 commit 85c333f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

RNReaderSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RNReaderSDK"
4-
s.version = "1.7.6"
4+
s.version = "1.7.4"
55
s.summary = "A React Native plugin for Square Reader SDK"
66
s.description = <<-DESC
77
A React Native plugin for Square Reader SDK

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-square-reader-sdk",
3-
"version": "1.7.2",
3+
"version": "1.7.7",
44
"description": "A React Native plugin for Square Reader SDK",
55
"homepage": "https://github.com/square/react-native-square-reader-sdk",
66
"repository": {

reader-sdk-react-native-quickstart/android/app/src/main/java/com/rnreadersdksample/MainApplication.kt

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class MainApplication : Application(), ReactApplication {
4949
super.onCreate()
5050
SoLoader.init(this, /* native exopackage */false)
5151
ReaderSdk.initialize(this)
52-
initializeFlipper(this, reactNativeHost.reactInstanceManager)
5352
}
5453

5554
companion object {

0 commit comments

Comments
 (0)