Md. Muhaiminul

Results 12 comments of Md. Muhaiminul

> Hey @aargon007, I am in a similar situation. Have you found any solution yet? Thanks yeah!! do you solved this issues? maybe i can help you

@hmirza1 @Ocean572 you have to create a build script to solve the issue. Let me show you how i have done this. 1. create reorderSquareIAPBuildPhase.rb in root folder ``` #!/usr/bin/env...

> Hi [@aargon007](https://github.com/aargon007) would this also work on expo projects Yes. but you have to make a development build to run the app

> Okay thanks [@aargon007](https://github.com/aargon007), so if I get you clearly I have to > > 1. In my expo project in the root folder, create the `reorderSquareIAPBuildPhase.rb` or is that...

> So I have completed from step 1 through 5. then ran `npx expo prebuild --clean` worked just fine. But when I ran `eas build -p ios`, I ran into...

> Hello > > @powershek what is logs for "printers" array? > > ```js > const { start, printerError, isDiscovering, printers } = usePrintersDiscovery() > > console.log(printers) // here ??...

i have the same problem. stuck in two days but still not solve the problem

> @omarst9 Disconnect the printer from iOS Bluetooth settings. Then request all necessary permissions from your app (Bluetooth, location). > > Then, call `PrintersDiscovery.pairBluetoothDevice()` > > A native popup should...

@tr3v3r Hi bro, I have checked with the expo 54 sdk. still same error when repeating search(start function)

@tr3v3r, @Mehul175 I have found the bug. the issue is by default start function search the all device type. there might be device type issue with react native or expo....