Jacob Gonzalez

Results 5 issues of Jacob Gonzalez

I just downloaded yml file but I dont know how to install with that file, any sugestion?

I used the command `react-native set-splash --path ./splash.png --background #F5861F` but only works in android pretty well, however in iOS only shows a blank black screen, when I inspect with...

Is there a way to automatically save the value as a normal without the mask?

**Describe the PR** Since this PR https://github.com/swaggo/swag/pull/1866 was merged, the tag `@name` doesn't work anymore, as you can see on this issue: https://github.com/swaggo/swag/issues/1909. This PR is about restoring the original...

the import path in the documentation is wrong, the correct should be: ```js import { RestrictToWindow } from '@dnd-kit/dom/modifiers'; ``` instead of ```js import { RestrictToWindow } from '@dnd-kit/react'; ```