José Neto

Results 30 comments of José Neto

Hi @ricardovigatti , I'm working on a hard refactoring, and I will add this feature ASAP :)

Ok @ricardovigatti , I'm working on [this branch](https://github.com/netojose/laravel-bootstrap-4-forms/tree/builder-refactoring), I already have almost all the new code working (I think I just finish with checkboxes, radio buttons, links, error messages and...

Hi @str , is a good idea. But the package doesn't know the desired format to be applied to "stringify it". Do you have some suggestion?

Cool, thanks! I will implement this. I'm working in a new version (just refactoring the FormBuilder class) and I will add this (maybe available in 5 days.)

Good question, @Arpad88 . I thought about it a few days ago. I will make available soon, and back here to tell you. Thaks!

How I fixed: I used **file loader**, to move font files to public path. With my configuration, no public path, a fonts folder is created, and the font files are...

2022 and I having the same issue on postgres. I solved replacing `skip()` and `take()` by `limit()` and `offset()`

I'm using 4.4.5 version and the `BottomSheetScrollView` and `BottomSheetFlatList` still with the problem

For me, the RN version 0.61.5 works on IOS, but on Android, not :(