Erik Slovák

Results 28 comments of Erik Slovák

> BTW, does Detox support similar to the page object pattern? @ansonliao [This](https://stackoverflow.com/a/51357309/6169303) appears to be working fine. At least for me.

Hi, is there a chance this is getting merged and released? Thanks 😊

@Sanglepp This might be completely separate issue, but I upgraded `react-native` to `0.66.0` (`react-native-reanimated` as well) and I started having similar issues with `Modal` too. It looks like a RN...

Hey, just a small note, there's new [`2.2.3`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.2.3) version that should help for now.

> @effektsvk Hey, so it works well with RN 0.66 and reanimated 2.2.3? @hukpavlo Yes, I didn't have any issues with those versions, and lot of others said that it's...

I've had a bit different error message, but it helped, thanks! ``` MainApplication.java:6: error: package com.levelasquez.androidopensettings does not exist import com.levelasquez.androidopensettings.AndroidOpenSettingsPackage; ^ MainApplication.java:59: error: cannot find symbol new AndroidOpenSettingsPackage(), ^...

@donni106 That's why I made a [fork](https://github.com/technology-studio-forks/react-native-android-open-settings/tree/fix/build-gradle), but now that I think about it a patch would be probably a better idea. AFAIK this is problem in gradle, not Android...

Yeah, I'm seeing the second case as well. But I noticed that it's actually happening when I'm switching network connections too often (for example turning off Wi-Fi and switching to...

Hi, I have SmartThings version 1.6.68 and the sidebar that @MB-Jan had is missing. I'm even missing the button that @martonky has. **EDIT:** It works with the new app as...

Hello @raphaelpor, if this repo is still maintained, I can make a PR with TypeScript declaration file, so the package will have types.