Skip to content

Commit

Permalink
V1.3.0_20230529
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Jun 9, 2023
1 parent be6635f commit 8f7bfe7
Show file tree
Hide file tree
Showing 8 changed files with 2,494 additions and 887 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Change Log

## 1.3.0 (2023/05/29)

* Updated React Native version to 0.71.6 to fix an issue that the example app cannot be built in Xcode14.3. ([Detail here](https://github.com/facebook/react-native/issues/36739))
* Updated React Native for Windows version to 0.71.6 to resolve build failure for x86 architecture and React Native CodeGen build failure on Windows.

## 1.3.0 (2023/03/31)

* Added mC-Label3 support.
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ Refer to [sample code](example/samples) and request BLUETOOTH_CONNECT permission
- Add "Visual C++ 2015-2019 UWP Desktop Runtime for native apps" to the project "References".

## Limitations

### Cannot build for Windows x86

StarXpand SDK V1.3.0 using React Native for Windows V0.71.3 cannot be built for Windows x86 architecture, available only for x64 architecture.

### When using Android device, an image specified by URL is sometimes printed in a low resolution

In Android, when an image file size is large, and its URL is specified as the source of the ImageParameter which is the argument of the actionPrintImage method, the image may be printed in low resolution.
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# 変更点

## 1.3.0 (2023/05/29)

* Xcode14.3においてexampleアプリがビルドできない問題を修正するため、React Native のバージョンを0.71.6に更新([詳細](https://github.com/facebook/react-native/issues/36739))
* Windowsにおいて、x86アーキテクチャ向けビルドに失敗する問題とReact Native CodeGenのビルドに失敗する問題を解消するため、React Native for Windows のバージョンを0.71.6に更新

## 1.3.0 (2023/03/31)

* mC-Label3 に対応
Expand Down
5 changes: 0 additions & 5 deletions docs/README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ https://star-m.jp/products/s_print/apple_app_mfi/index.html
- プロジェクトの「参照」に"Visual C++ 2015-2019 UWP Desktop Runtime for native apps"を追加してください。

## 制限事項

### Windowsのx86向けビルドが出来ない

React Native for Windows V0.71.3を利用するStarXpand SDK V1.3.0では、Windowsのx86アーキテクチャ向けビルドは出来ません。x64アーキテクチャのみ利用可能です。

### Android端末を使用する場合、URLで指定した画像が低い解像度で印字されることがある

actionPrintImageメソッドの引数ImageParameterのsourceにある程度サイズが大きい画像ファイルのURLを指定した場合、Android端末から印刷データが送付されると、画像が粗く印字されることがあります。
Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"postinstall": "npm run bundle:ios"
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-windows": "0.71.3",
"@react-native-community/checkbox": "^0.5.15",
"@react-native-picker/picker": "^2.4.8",
"react-native-star-io10": "file:.."
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-star-io10": "file:..",
"react-native-windows": "0.71.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 8f7bfe7

Please sign in to comment.