Jhoan Borges

Results 6 issues of Jhoan Borges

**Avoid Downtime** I've been using Laradock for a long time and maybe restart containers with a single command is not a huge deal, but sometimes on weekends, containers just stops....

Type: Feature Request

I've been using this package and it's truly amazing, but i'm facing a problem right now. If i try to srach a word for example LG, the return will be...

Complete log ``` Check the render method of `PagerViewAdapter`. See https://reactjs.org/link/warning-keys for more information. at Box (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.starter&modulesOnly=false&runModule=true:168328:24) in PagerViewAdapter (at TabView.tsx:79) in RCTView (at View.js:34) in View (at TabView.tsx:78) in...

TEstes using you code, but sometimes it shows undefined and everything seems normal. ` $deviceTokens = User::whereNotNull('fcm_token')->pluck('fcm_token')->toArray(); return Larafirebase::withTitle('Test Title') ->withBody('Test body') ->withImage('https://firebase.google.com/images/social.png') ->withIcon('https://seeklogo.com/images/F/firebase-logo-402F407EE0-seeklogo.com.png') ->withSound('default') ->withClickAction('https://www.google.com') ->withPriority('high') ->withAdditionalData([ 'color' =>...

It'll be great if we can migrate this to react-native

enhancement
not going to happen any time soon

According to the docs, playlist should be an empty array [] but if array is empty is gets an error: Error: fetch url missing ``` const [playList, setPlayList] = useState([]);...