Dima Loktev
Dima Loktev
I was able to achieve something similar for testing a chat app. Basically, it works as @LeoNatan described: two detox instances with different configurations and a simple HTTP server for...
There you go https://github.com/ptmt/inter-device-detox It's an experiment and I'm really bad at writing notes for it. Anyway, it's a few lines of js, so you can get inspiration and do...
Yes, it's supported. Quite nice actually, you get out-of-the-box actions such as Add To Reading List and Open in Safari. I managed to implement that, but by relying on `react-native-navigation`....
+1 Is it maintained? Would be happy to help
See this http://www.methodscount.com/ I'm using that plugin to control the usage https://github.com/KeepSafe/dexcount-gradle-plugin Also, after some level, the best option is to use Proguard builds (see you build.gradle and copy it...
hello world
1. Yes. You need to add TextInput, and if you have a menu Edit in your app, it'll provide all such functionality. 2. Right now it requires some tweak in...
Thanks for a feedback. TextInput is a bit mess, will try to fix this one, after merging with latest React native.