-
**Describe the bug**
After upgrading to `"@aws-amplify/analytics": "^4.0.0"` push notifications have stopped working. I can no longer update endpoints. This was originally solved in #5423 but seems t…
-
**DESCRIPTION**
When we receive an SMS notification on iOS and click on the copy button to copy the OTP, the same is pasted into the OTP input fields with the exception that the entire string is plac…
-
## Issue
Similar issue was reported [here](https://github.com/GetStream/stream-chat-react-native/issues/1159) where I left comment that issue is still happening to me with the latest versio…
-
Thank you for the excellent library. If the user has an RTL (Right-To-Left) language as the default language on the device, the different parts of the phone number are reversed. For example, if the us…
-
I want to focus on` TextInputMask`, while user is clicking next button in the previous` TextInput`, when I'm trying to do it, I'm getting an error, how is possible to focus TextInputMask programmatica…
-
Expo SDK 45
expo-images-picker@2.4.1
-
I have been facing two issues mainly
console.error
Warning: React.createElement: type is invalid -- expected a string (for built-in
components) or a class/function (for composite …
-
**Describe the bug**
When a date is manually entered into a DatePicker component instance, if the string entered is invalid (eg. not a valid date string, not within a specified range, etc.), the inpu…
-
**What you were expecting:**
I should be able to type out all the date properties without leaving the keyboard in a by typing 8 numbers.
**What happened instead:**
The year portion accepts 6 numbers…
-
This fails:
```js
test("react-input-mask and react-testing-library", () => {
const props = {
type: "text",
mask: "(999) 999-9999",
maskChar: null,
onChange: event => updateValue(even…