thisisgit

Results 8 issues of thisisgit

# πŸ› What is the bug? How can we reproduce it? I faced this issue while trying to attach debugger on running physical device. Since attaching to Hermes application required...

bug
known-issues
hermes

### Description The style changes won't apply on `TextInput` if it has at least single foreign character as its value, and `multiline` property is set to `true`. I haven't tried...

Platform: iOS
Component: TextInput
Needs: Triage :mag:

Hi, I'm facing a weird bug where the extension just throws `Failed to execute git` when trying to create a pull request. As can be seen in above image, it...

## Issue Since firebase SDK released in April 2024, [it now supports inequality filters on multiple fields](https://firebase.google.com/docs/firestore/query-data/multiple-range-fields) and it returns a link to create required indexes when such query is...

Impact: Bug
Help: Needs Triage

## Issue Hi, starting April 2024, inequality filters on multiple fields is supported in [`10.24.0`](https://firebase.google.com/support/release-notes/ios#cloud-firestore_1) and it's been added to RNFB version [`19.2.0`](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#1920-2024-04-10) but looks like it's throwing error whenever...

Impact: Bug
Help: Needs Triage

## Issue According to the [document](https://rnfirebase.io/firestore/usage#filtering) `Filter.or` and `Filter.and` should be able to accept themselves as arg: ```typescript const snapshot = await firestore() .collection('Users') .where( firestore.Filter.or( firestore.Filter.and(firestore.Filter('user', '==', 'Tim'), firestore.Filter('email',...

Impact: Bug
Help: Needs Triage

## Description Hi I found this issue while trying to implement drag and drop on items with dynamic height. I used following approach: 1. Items positioned `absolute` 2. Items are...

Platform: iOS
Reproducible πŸŽ‰
Needs review
Repro provided

A new prop `submitBehavior` is added to `TextInput` component and this deprecates `blurOnSubmit` prop. This PR updates document to sync with the changes. Please refer to https://github.com/facebook/react-native/pull/45588 for more info.

CLA Signed