-
Someone of our users are reporting keyboard disappearing/glitching on the `react-native-currency-input` text inputs.
Check the video below for more context. Any advice to fix this?
https://githu…
-
This patch adds a new property called `customFormatter: (value: number) => string;`. If present it replaces the built-in formatter. The value input is the unformatted number value in the component. Th…
-
My input component already has a prefix that shows "$". Is there any way to specify to not include it in the MoneyInput label? I know the actual value is numeric and does not include it. Thanks in…
-
Adding an optional prop to specify the input component to render would be a super nice addition to use any input out there, like the one from React Native Elements:
Seems like a small change that w…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
i have following package json
"@expo/react-native-action-sheet": "^3.13.0",
"@gorhom/bottom-sheet": "^4",
"@gorhom/portal": "^1.0.13",
"@react-native-async-st…
-
once the library is installed it returns this error in iOS
[error](https://drive.google.com/file/d/1_f4XQ-PeVgawfi7RD1KNxN4vlvE0cA7n/view?usp=sharing)
`JSON value '(
1,
grad0
)' of ty…
-
I'm using the currency mask, when I type very quickly the value has a delay to be set, and then the value is wrong. For the value to be correct I have to type very slowly, if I type quickly it puts th…
-
```typescript
const [a,b] = useState(0)
return (
)
```
renders R0.00, when it should render R$0.00 (actually it should be using ',' tho)
The issue is on this line
ht…
-
try to install it and use it in react native but it give me this error
`Error: Unable to resolve module 'react-dom' `