Morten Friesgaard
Morten Friesgaard
Hi, is there any solution to this? I'm also getting this error! with this simple line of code: `DialogAndroid.alert('Error', `An error occured: ${reason}.`);` ``` 2019-11-04 09:13:24.855 23951-23951/com.strimmobile.uat E/AndroidRuntime: FATAL EXCEPTION:...
Using `import { Alert } from 'react-native';` instead. That worked 🎉
Is it possible to pass information in to compoent and overlay? I have the two paths below and only need to add title of the header and the text inside...
Hi 👋 I use `MinaBox` for my Android TV program-guide and do not use this repository (`programguide`). And I have been **tuning** my use of `MinaBox` for some time without...
I finally managed to locate a bug in my code and the illustrated behavior above stopped. I have some suggestions to enhance performance: 1. use `remember` as suggested 2. use...
A bit hard to share the exact improvement since I use MinaBox, but here is an example ``` val layoutInfos = remember { mutableMapOf() } fun ProgramInfo.layoutInfo(): ProgramGuideItem.Program { var...
@rahat14 , you can also share your code, then I can come with suggestions 😄
Yes, the project consist of several modules. But equalsverifier is only used in one project, the `api` project. And it is a bit strange, because it worked in earlier versions....
My tests break if I upgrade from `3.10.1` to `3.11`. So maybe I missed something with the setup changes there? ``` ava.lang.NullPointerException at java.base/java.io.File.(File.java:278) at nl.jqno.equalsverifier.internal.reflection.PackageScanner.lambda$getDirs$1(PackageScanner.java:48) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)...
I'll see if I can create a sample project to demonstrate the issue.