Erik Amaru Ortiz

Results 39 issues of Erik Amaru Ortiz

Can we have Dark mode? Dark mode currently is a must in modern apps a config for dark mode would be great.

Can you resolve the warining adding prop-types package dependency? ``` warning.js:36 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead. ``` Best...

I just got and error trying to set a custom resources dir using `gitPropertiesResourceDir` config: ``` org.gradle.api.GradleScriptException: A problem occurred evaluating root project. Caused by: java.lang.IllegalArgumentException: Cannot set the value...

I've added the plugin to my android project, and git.properties not being generated automatically, it only works running manually the task `generateGitProperties`. I saw a comment in other similar closed...

very interesting how do you handle the search requests using RxJava v1.x on sample project can you upgrade it using RxJava2?, there are some variants between versions https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0 Regards.

can we add heroicons support? it would be awesome! https://heroicons.com/ Best Regards.

enhancement

![image](https://user-images.githubusercontent.com/205721/32252826-784722f2-be65-11e7-8bee-c3a32885d208.png) also I've tried with ``` compile 'com.github.florent37:camerafragment:1.0.8' ``` with same result. Any help will be appreciated! Regards.

I'm just trying to run `activity-api-basic-process-example` but I got the following error: ``` Caused by: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 752; cvc-elt.1.a: Cannot find the declaration of element 'definitions'. at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)...

would be good to know what alternatives we have to use actually since this project is not longer maintained. Best Regards.

How to add a fixed custom item at the bottom, this is useful to add custom actions, by example if we have a user list, and there is not any...

enhancement
question