Youssef Selkani
Youssef Selkani
This not working on Android, if I remove the placeholder value it keep showing loading spinner, the actual image do not get loaded at all
For quick fix we split the string `var dateInput = datesRange.split(" - ")` then access values as > dateInput[0] > dateInput[1] I don't know why someone would use a date...
This is totally non-sense
Did you manage to show multiple pages? if so how? For me it only showing 1 page and rest of the content is cropped
same issue - these props types are so annoying
I got this error after updating these 2 files: [!] Invalid `Podfile` file: [!] Invalid `RNBluetoothEscposPrinter.podspec` file: undefined local variable or method `dir' for Pod:Module. > package = JSON.parse(File.read(File.join(dir, "package.json")))...
Thanks for sharing, I had the same issue when compiling the app, this is the error I was getting `Could not resolve all dependencies for configuration ':react-native-bluetooth-escpos-printer:classpath'. Using insecure protocols...
I have made those changes but the problem still persist, build failed error: > CompileC /var/root/Library/Developer/Xcode/DerivedData/printapp3-bdgcuaoitzijpkgdxzcqqilqaxei/Build/Intermediates.noindex/ZXingObjC.build/Debug-iphonesimulator/ZXingObjC-iOS.build/Objects-normal/x86_64/ZXResultParser.o /Users/master/Desktop/biolime/cfprint/node_modules/react-native-bluetooth-escpos-printer/ios/ZXingObjC-3.2.2/ZXingObjC/client/result/ZXResultParser.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ZXingObjC-iOS' from project 'ZXingObjC') > (1 failure)...
did you find a solution?
> Webshot is for Node only, as it spawns processes and accesses the file system. > Both are using native OS bindings and thus can't be bundled by webpack. >...