-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add changing language and smooth text for Android #26
Conversation
@shaneCSW Hi! I'll take a look in the short term. Just to clarify: what do you mean by Do you mean release or dev build? |
Could you please push changes for iOS as well so I try to debug what could went wrong? |
I found that both versions of GitHub and NPM are the same as 1.1.0. The error of building :
It seems that I miss something when I building with the library from GitHub. I use react-native 0.64.2 and install the library: Thanks. |
@shaneCSW as I understood via NPM everything is works? If so I'll try also to use github version to figure out what's the problem |
@tr3v3r , yes, install via NPM is works. And I'm sorry that I didn't read INSTALLATION.md before modifying, so I miss something, like LFS and Commit message convention, etc. I'm trying to fix my branch code and complement the example code. |
@shaneCSW Could you also add iOS-related code, please? |
@shaneCSW Looks good! Thanks a lot. BTW. Can you confirm that you've tested it on Android and iOS? |
@tr3v3r Hi! I have tested it with TM_M10 on Android 7.1.2 TV Box and simulator of iPad, via Network. About changing language, I only test for EPOS2_LANG_ZH_TW, and it could print Chinese well. |
@shaneCSW Thanks for sharing! |
@shaneCSW see release 1.2.0 |
@tr3v3r Thank you for the information. |
Add changing language and smooth text for Android
Hi,
I add two functions for Android
I didn't finish for iOS well, because I could not build the app for iOS with latest version of the library from GitHub.
But installing the library from npmjs(NPM), there has no error when building the app for iOS.