Dariusz Górak
Dariusz Górak
Hey, just in case anybody else having the same issue - after hour of googling and digging into Google discussion group. The solution is: 1. Add ```classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'``` to ```build.gradle```...
If anybody is wondering, Robolectric automatically picks up any ```Test``` predefined Application. See docs: http://robolectric.blogspot.com/2013/04/the-test-lifecycle-in-20.html Especially: *That will cause a class called com.myapp.Application to be loaded. However, if you create...
Also happens to me on Huawei P8 Lite, Android 6.0. Really wanted to use this lib, is there anything I can do to help you debug this? I will try...
Oh wow, thanks @cvongrim
I have created a fork with a simple solution to that. Since emoji support varies across devices and manufacturer (on Android) I have added a prop that filters Emojis by...
@sskhandek I will create a PR on the weekend.
Bumping after long time but let's assume I use those: ``` import { Dimensions } from "react-native"; const width = Dimensions.get("window").width; let rem = 14; if (width > 768) {...