Bruno Fantauzzi
Bruno Fantauzzi
Oi, proponho uma label para filtrar vagas para React Native, para acharmos elas mais facilmente.
With Ctrl+Scroll or + or -, we can change the page zoom, or pinching on mobile. Is there someway to get the current user zoom?
I just found out `expo-google-fonts/dev` and added to my code `import { Inter_600SemiBold } from '@expo-google-fonts/dev'`. Now, when building my expo app on launch, the following error is raised: ```...
### Summary I have this snack code for my lib: https://snack.expo.dev/@srbrahma/react-native-shadow-2-sandbox And there are Typescript errors for like [Labeled Tuples](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#labeled-tuple-elements), a feature from TS4 and that my lib uses. So,...
fixes: "aaa.bbb()": bbb() was highlighted as a variable.parameter. Now is a function. Functions now allow '_'. Also, allow numbers after the first character. Functions used as another function parameter were...
Hi, I am trying to setup in the best way my production line. I have it working perfectly, but adding a new package to my sandbox dir is a little...
Hi! Just installed this lib and I am having this issue:  I am not passing any prop besides the placeholder, so I don't know what may be causing it....
The TextInput is defined this way: https://github.com/swushi/react-native-input-outline/blob/8bd774d8bb1bfc11d15b17fbf96135da91019bf4/src/components/InputOutline.tsx#L424-L436 The selectionColor from the props are replaced by the errorColor : activeColor. In my case, where the app color is yellow/orange, the selectionColor...
## Expected Behavior `npx add-dependencies eslint@latest -D` should work ## Actual Behavior ``` ❯ npx add-dependencies eslint@latest -D This script adds dependencies (latest or specified versions) to the package.json file...
So it can be a `npm i` alternative, and if in my npx install script the user don't pass the --no-install, the -i flag is included in the add-dependencies command...