kurooo

Results 9 comments of kurooo

@matt-oakes any info about this ? im also facing this issue, i was expecting bob builder to generate my AAR file

> Are you using next.js? Also please specify react-social-login version being used. hi there, your button is worked with nextjs ? because i dont. getting below errors

same for me on nextjs, here's the following component that i created ```tsx import { FC, ReactNode } from 'react'; import SocialLogin from 'react-social-login'; type ISocialButtonProps = { children: ReactNode;...

i did converting my Arrow function to a Class component, and its working. i think yes its because arrow function did not have any prototype, maybe you should adding another...

@jacobedawson you can use File Type while you using onFileLoaded function and just give it validation like usual. for example : ```js onFileLoaded={(data, fileInfo) => console.log(data, fileInfo)} //File info has...

@ajayesivan Hi, looks like some of icons are missing, such as Megaphone-*

Hi @ajayesivan , when do you think the update is available on NPM ?

> Whatsapp has an internal dark mode, so this messes up with our implementation. If you have at the same time the dark mode enabled in the settings of the...