Skip to content

Commit

Permalink
feat: upgrade SDK version to 2.23 for iOS and Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tr3v3r committed Feb 16, 2023
1 parent b356310 commit 2b38041
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _An unofficial React Native library for printing on an EPSON TM printer with the
/>
</p>

| [![npm version](https://badge.fury.io/js/react-native-esc-pos-printer.svg)](https://badge.fury.io/js/react-native-esc-pos-printer) |
| [![npm version](https://badge.fury.io/js/react-native-esc-pos-printer.svg)](https://badge.fury.io/js/react-native-esc-pos-printer) |
|---|


Expand All @@ -20,7 +20,7 @@ _An unofficial React Native library for printing on an EPSON TM printer with the
2. [Quick Print Example](./docs/QUICK_START.md)
3. [API](./docs/API.md)
4. [SDK information (v2.22.0)](./docs/SDK.md)
5. [List of supported printers](./docs/and2220.pdf)
5. [List of supported printers](./docs/and2230.pdf)
6. [Expo](./docs/EXPO.md)


Expand Down
6 changes: 3 additions & 3 deletions docs/SDK.md
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 removed docs/and2220.pdf
Binary file not shown.
Binary file added docs/and2230.pdf
Binary file not shown.
Binary file not shown.
Binary file renamed docs/iOS_v2.22.0.pdf → docs/iOS_v2.23.0.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ PODS:
- React-jsinspector (0.70.5)
- React-logger (0.70.5):
- glog
- react-native-esc-pos-printer (2.2.1):
- react-native-esc-pos-printer (2.3.0):
- React-Core
- React-perflogger (0.70.5)
- React-RCTActionSheet (0.70.5):
Expand Down Expand Up @@ -562,7 +562,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 31564fa6912459921568e8b0e49024285a4d584b
React-jsinspector: badd81696361249893a80477983e697aab3c1a34
React-logger: fdda34dd285bdb0232e059b19d9606fa0ec3bb9c
react-native-esc-pos-printer: 699b8f2c060c36f244bbc443449fec83a40bca09
react-native-esc-pos-printer: d6ea125658058929e5ddd8e2ff1e6ee48aa17499
React-perflogger: e68d3795cf5d247a0379735cbac7309adf2fb931
React-RCTActionSheet: 05452c3b281edb27850253db13ecd4c5a65bc247
React-RCTAnimation: 578eebac706428e68466118e84aeacf3a282b4da
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"buffer": "6.0.3",
"fs-extra": "^10.0.1",
"react-native-esc-pos-printer-sdk": "^1.1.1",
"react-native-esc-pos-printer-sdk": "1.2.0",
"wordwrapjs": "^5.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b38041

Please sign in to comment.