-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade SDK version to 2.23 for iOS and Android
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# EPSON ESC POS Android IOS SDK | ||
|
||
Android: <strong>2.22.0</strong> | ||
iOS: <strong>2.22.0</strong> | ||
Android: <strong>2.23.0</strong> | ||
iOS: <strong>2.23.0</strong> | ||
|
||
Because of GitHub Large Files limitation the SDK for Android and iOS moved to [separate npm package](https://www.npmjs.com/package/react-native-esc-pos-printer-sdk) | ||
|
||
### Contribution guide | ||
|
||
If you wan't to understand how SDK works or you need some additional functionality, you can read manuals for [iOS](./iOS_v2.22.0.pdf) and [Android](./android_v2.22.0.pdf), create PR with extracted method or, if don't have enough experience, you can create feature request in issues section of this repo. | ||
If you wan't to understand how SDK works or you need some additional functionality, you can read manuals for [iOS](./iOS_v2.23.0.pdf) and [Android](./android_v2.23.0.pdf), create PR with extracted method or, if don't have enough experience, you can create feature request in issues section of this repo. | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8605,10 +8605,10 @@ react-native-builder-bob@^0.18.3: | |
optionalDependencies: | ||
jetifier "^2.0.0" | ||
|
||
react-native-esc-pos-printer-sdk@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/react-native-esc-pos-printer-sdk/-/react-native-esc-pos-printer-sdk-1.1.1.tgz#357df292c688bb673598aee03f67ada6e4c31a21" | ||
integrity sha512-DbO+ViumX0Wajrodg9V5o7wINSbWOkuMbk0lgFUEu0Oc3Uwa+DiB/jC3PJdF9lR48oEZkly78MDmh8UUCKts4w== | ||
react-native-esc-pos-printer-sdk@1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/react-native-esc-pos-printer-sdk/-/react-native-esc-pos-printer-sdk-1.2.0.tgz#fe8c7cadd6dfd0fa9024febf55ba40c264e83438" | ||
integrity sha512-ueiXMbwSUbGQioIuZmPK6O+Xebrrjx6S92gviuhv+s0UrT2bPN9WKHBA2CiuNYRWVDSQBOwhw6kAYMtHV17IKw== | ||
|
||
[email protected]: | ||
version "0.63.4" | ||
|