-
### Description
```
console.log('start')} onTouchMove={() => console.log('move')} onTouchEnd={() => console.log('end')}>
...
```
# Android
1. when scrollEnabled is false, the to…
-
I am trying to prebuild so I can use `react-native-openai` but it gives
I am attempting to prebuild my project in order to use the react-native-openai package. However, I am encountering the follo…
-
when we move the focus from the input field to the button then the focus goes to the button but when click enter then opens the keyboard rather than the submit button call.
**Version and OS**
- "…
-
### Minimal reproducible example
https://github.com/ShaoGongBra/rn-test/tree/expo-font
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a developme…
-
### Description
I have an issue with the app memory leak in MainActivity when running the foreground service
the
### Steps to reproduce
- my app is running foreground service so when I rep…
-
### Description
When I try to send some post request sending a file with formData I receive a Network Error. Most of the time the request works fine, but sometimes I receive this error. The problem o…
-
### Description
I'm working on a project which needs to be compatible with both macOS and iOS. so I install react-native-macos with the iOS project together. but many React native packages only sup…
-
### What happened?
After running `npx pod-install iOS` is get the following error if I run `npm run ios -- --simulator="iPhone 15"`
The following build commands failed:
Ld /Users/jonath…
-
- [x] Review the documentation: https://facebook.github.io/react-native
- [x] Search for existing issues: https://github.com/facebook/react-native/issues
- [x] Use the latest React Native re…
-
### Description
I'm experiencing a bug with the TextInput component when using it as a controlled component with both multiline and lineHeight properties. This issue occurs only on iOS; it does not…