-
### Problem Description
The `create-react-native-library` base template includes the scripts to automatically run `react-native codegen` for ios/android as part of its build steps, but it doesn't run…
-
### Before submitting a new issue
- [X] I tested using the latest version of the library, as the bug might be already fixed.
- [X] I tested using a [supported version](https://github.com/reactwg/reac…
-
Related Issue https://github.com/fabOnReact/react-native-wear-connectivity/issues/12
What are the limitations of using `LazyColumn` component instead of traditional `ScollView`?
What are the limit…
-
### Problem Description
Found on react-native-xaml CI, running yarn test on a new 0.76 application has a reference error. Test still passes but will break CI
```
ReferenceError: You are trying to im…
-
### Description
I have implemented a simple BottomSheet using gorhom/react-native-bottom-sheet library. I upgraded the react-native-reanimated version from 3.4.0 to 3.16.1 and the bottom sheet stoppe…
-
Is this supported by the library? We were playing around with it, and it doesn't seem to work out of the box:
## Community Template:
![CleanShot 2024-11-13 at 10 31 00@2x](https://github.com/user…
-
## Description
I want to generate react-native library that includes not only `js` code, but also native part with Kotlin, Swift
https://nx.dev/packages/react-native/generators/library
## Motivat…
-
### Before submitting a new issue
- [X] I tested using the latest version of the library, as the bug might be already fixed.
- [X] I tested using a [supported version](https://github.com/reactwg/reac…
-
#PACKAGE.JSON
{
"name": "Blind-Helper",
"version": "3.7.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",…
-
**Describe the bug**
No matter how I configure the react-native-google-cast plugin in Expo it always asks bluetooth permission on app launch.
I would like to handle bluetooth permission by asking…