mohan

Results 6 comments of mohan

Looks like this [code](https://github.com/react-native-community/cli/blob/8944abab3a840a60880310d967579ea27e4a0ecd/packages/cli-doctor/src/tools/healthchecks/androidSDK.ts#L53) is looking for a `digit` or a `.` This has problems when build.gradle has content like this ``` buildscript { ext { buildToolsVersion = findProperty('android.buildToolsVersion') ?:...

Hi, I can try and add support for new architecture here at-least for android side of things. I am not aware of ios related stuff.

I was able to use react native `0.76.3` and `newArchEnabled:true` with bridgeless and bridge mode both. Following 3 apis were tested assuming other things would also work. - getBondedDevices -...

Hi @harsh-logixits I created a fresh app to test this out, you can check the commit [here](https://github.com/mojjominion/react-native-bluetooth-classic/commit/b753bb416dc9bdf71751b4068f562ffc7b908a4b). See if this helps, there was no change required from the module to...

Thanks for letting me know. Making `enableDynamicSizing: false` works fine. Couldn't get why it's not working without explicitly setting it false though since the default value is false [here](https://ui.gorhom.dev/components/bottom-sheet/props#enabledynamicsizing)