Jorge Chavez
Jorge Chavez
What is `getSafeBodyFromHTML` in this case?
I think it's quite good idea to extend a little bit the namespaces as you suggest @vbrazo, We could prevent to have overwritten modules. I can take this task of...
It happened for me whenever I `setState` inside a promise on `onValueChange`: Example: ``` import PickerSelect from 'react-native-picker-select'; import { View } from 'react-native'; class MyComponent extends Component { constructor(props)...
I'm not really sure but the arguments of create should be a list ``` import Mogrify open("/tmp/old.jpg") |> resize_to_fill("100x100") |> create([path: "/tmp/new.jpg"]) ```
I tested this fix and it works 👍 thanks @jbowtie
Looks like we haven't created the wrapper for that endpoint, I would appreciate if you want to contribute, if not I believe I can work on this soon of later.