Javier Ubillos
Javier Ubillos
For anyone else stumbling over this bug. Here's my workaround (I wrap "ActionButton" with a bug-fixing component. ``` import React from 'react'; import { ActionButton } from 'react-native-material-ui'; export const...
For added searchability: This was the error message I was recieving: ``` [25,"RCTView",21,{"height":56,"width":56,"borderRadius":28,"backgroundColor":4294198070,"shadowColor":4278190080,"shadowOpacity":0.3,"shadowRadius":"","shadowOffset":{"height":1,"width":0},"zIndex":1}] is not usable as a native method argument ```
In the above, I'd stick to using "genCheckedImage()" as it's currently used. Currently, it's used, not to "generate the checked image", but rather as a "provide a default image". I'd...
https://github.com/jav/react-native-check-box
PR: https://github.com/crazycodeboy/react-native-check-box/pull/33
Sorry about my inactivity. @oliverwelter has offered to be a new maintainer. The new repository lies here: https://github.com/nia-medtech/expo-server-sdk-java
It's open to any one using the repo to take over maintainership. I strongly encourage you (plural you, anyone reading this) to please do so :) On Thu, 30 Jun...
If you submit a PR, I'd be willing to merge it :) I am making an effort to communicate and show that I don't have the bandwith to do this...
Hi! I'm in a situation where I don't have time to maintain this library. I'm looking for someone else to help maintain it.
Hi! I'll have a look. I'm not ready to drop Enums just yet, but perhaps a datatype that allows for easy classification (ennums) and also allows for an arbitrary other...