Marc
Marc
Same issue. Very inconsistent behaviour of the bottom-sheet showing only one time out of 5.
Same here : some Android devices have inconsistant behaviour from the bottom sheet. Sometimes it works perfectly, sometimes it never shows.
@AllInOneYT @0xPierre I used it with Expo managed workflow. Here is how to do it: 1. install the package 2. build the app with eas: `eas build --profile development --platform...
@ZYBORX I ended up using `react-native-thermal-receipt-printer` package. But `react-native-thermal-printer` worked as well with expo eas. I switched in hope to improve receipt formatting but it was unsuccessful. At least, thermal...
No other step. Here you can see my custom hook to use the printer : ``` import { BLEPrinter, IBLEPrinter } from "react-native-thermal-receipt-printer"; export default function usePrint() { useEffect(() =>...
I dont have the old code for the current package. This is mainly the same for this one.
@ZYBORX this is when integrating a package in a React Native project without Expo. Useless here. @Adil-cs as indicated : "can only be used un TypeScript files" You are in...
@ZYBORX sorry buddy, I can copy paste the part of the code you are looking for, as I did, but I do not give a protected source code.
Still very relevant.
Same error here. But I have the explanation. When the Instagram page is in the background, it produces this error. Just put the browser page in the foreground and it...