Peter Kucera

Results 5 comments of Peter Kucera

I can reproduce the exact same issue. I have tried to investigate a little bit, e.g. have a look on [following link](https://stackoverflow.com/questions/35986549/totally-disconnect-a-bluetooth-low-energy-device) . "As previously stated, the problem is caused...

Hi all, I have done some tests and tried to modify the library. It looks like approach mentioned in my [previous comment](https://github.com/Reedyuk/blue-falcon/issues/53#issuecomment-694364096) will not fix the issue. However, it looks...

Hi @louiszawadzki thanks for a quick response. This is how the Pressable looks like: ``` [ styles.container, containerStyle, disabled ? styles.disabledContainer : {}, pressed ? pressedStyle : {}, ]} >...

@brandon-austin-lark , @louiszawadzki Hey guys, sorry for slightly delayed response. I have a sample for you, it's in a private repository, and I gave you both access. You can find...

Solution: Rename the onButtonPress property of PrimaryButton to onPress. Reason: DataDog auto-instrumentation works by overriding the onPress property of React components, if the property is found.