Sunvi Wo

Results 13 issues of Sunvi Wo

Hi, love your bundle which has made my life easier. I'm wondering if there could be any way to use the Dependent filtered form type on a Tree Model entity....

Hi, I'd love to use this awesome library in my expo project. I just try with the example files but I'm getting a `TypeError: Cannot read property 'ShowSequence' of undefined`...

Is there a way to customize backdrop color and opacity ? Thanks in advance

Hi, I love this code. Could provide a React Native adaptation for the MultiStepWizard example provided in the formik repository ([https://github.com/jaredpalmer/formik/blob/master/examples/MultistepWizard.js](https://github.com/jaredpalmer/formik/blob/master/examples/MultistepWizard.js)) ? Thanks in advance.

Hi, I love the package. Could you please provide an example with class component? Thanks in advance.

Hi, How can I use this library with expo? I've been trying since but constantly getting this error: `[Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNativeAndroidLocationEnabler.default.promptForEnableLocationIfNeeded')]`

Is there any way to display dialog, confirm or progress dialog programmatically ? Something like ```dialog.show(param, param...)``` ? I'd like to us it in [Formik](https://github.com/jaredpalmer/formik) where it is not possible...

enhancement

Works fine, but image doesn't display in my case. What to do?

Great bundle, but can't get image displayed with {{ entity.logo.path }}. I had to do something like this to get it in my views: {{ asset('uploads/fichier/'~entity.logo.fileName) }}. For the same...

Hi, I'd suggest you provide an adaptation to React Native. Thanks