Description
Description
last year we rolled out our app using STAR printers (TSP100III), we developed our app using React Native (and expo dev client) and your NPM component "react-native-star-io10", everything has been working perfectly with the printers (No issues at all). and we have created several versions for both IOS and Android last ones were back in Feb 2024.
This week we updated the Expo SDK to version 51 and the deployment for IOS went through without any problem, but now I am trying to do the same for Android and I am having this issue in the Gradlew process
Configure project :react-native-star-io10
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
FAILURE: Build failed with an exception.
What went wrong:
Could not determine the dependencies of task ':app:buildReleasePreBundle'.
Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
Could not find :stario10:.
Required by:
project :app > project :react-native-star-io10
I realize that based on your documentation your component shouldn't work with expo, however, If you set your Expo app based on "Expo Development Client" your "react-native-star-io10" component was working smoothly until this new EXPO SDK 51.
Your printer
TSP100III
Your development environment
Expo Developer Client SDK 51 (it was working just fine on SDK 46, 47, 48 and 49)
It is still working fine for IOS on SDK 51 the problem occurs only in the gradle process for Android
To Reproduce
set a EXPO project with Development Client add the component and try
eas build -platform android