-
In my expo app `apps/dashboard` I have package.json:
{
"name": "dashboard",
"version": "0.0.1",
"private": true,
"dependencies": {
"expo": "*",
"@expo/metro-config": "*",
"…
-
I have the encoder image_embeddings in a text file in my root project directory. When i try to read the text file with encoder embeddings, the react-native can able to read the file. But if i pass the…
-
```
/node_modules/react-native-text-input-mask/ios/TextInputMask.swift:48:195: Trailing closure passed to parameter of type 'Bool' that does not accept a closure
```
-
Even after mocking the react-native-text-input-mask. I am getting following error. Please help make out here I am not performing any operations from test suite just rendering the screen.
This is ho…
-
**Description of bug**
when i try use defaultValue with react-native-masked-text passing any value to the field is not working. the field value persist blank
**To Reproduce**
follow…
-
Hi, we want to do the following:
- until 11 digits, we want to use the cel-phone mask.
- after that, we would like to allow the user to input how many digits he/she likes (up until 15 digits), to su…
-
Instead of a number looking like
`+12353535353`
It would be nice if it would show up as
` +1 (555) 555-1234`
while the user is typing in real time.
Thank you for making an awesome …
-
I've seem in the docs that this library is no longer mantained.
Is there no one who can continue to maintain this library? I volunteer to help if needed.
-
### Problem Description
Using setNativeProps({text: 'xxx'}) on a TextInput the text is not updated.
### Steps To Reproduce
Create following element:
this.Element = ele} defaultValue={null…
-