Ayoze Barrera

Results 10 comments of Ayoze Barrera

Same issue here.. "segmentsIntersect" error and mixin deprecation warning

On my case, I have forms with Pickers not required, so the user could leave them empty... So if they choose an item, they could need to clear the picker...

Oh, I mean that if the button is **unloaded** from the dom, and then **loaded** again, the button won't work because OneSignal was already initialized

I see... I can’t do that, don’t worry then but thanks for the reply! By the way, could be great if OneSignal could have a method that “fills” any div...

@hallahan are you going to publish this on npm?

Hi! Any advance with this? Im still having problems with this. Image with iOS Camera: 2.1mb Similar image with react-native-image-picker: 6.3mb Thank you!

I know I could use a string mark like your dimensions template ``` js return ''+value+'' ``` but I think stateless components as templates will be great and style prop...

Could someone help me to achieve this? I need to add text after image, like pressing enter when image is selected. Adding a paragraph will work but If the user...

You could save in the state if your theme is dark or light and then, in the render of your component, render with de icon ```jsx const favIcon = isDark...