discussions-and-proposals icon indicating copy to clipboard operation
discussions-and-proposals copied to clipboard

Discussions and proposal related to the main React Native project

Results 230 discussions-and-proposals issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/react-native-community/discussions-and-proposals/discussions/427 Originally posted by **NamrataDwivedi** November 16, 2021 I have a requirement to make a section swipeable in left and right only. There are 3 views in...

### Introduction In [official docs](https://reactnative.dev/docs/transforms#transform) there is no any information about how `matrix` functionality works. Need to add more description because of `matrix: number[]` is not informative ### Details ```ts...

### Introduction Various upcoming react-native features are going to start requiring that developers debug JS directly against the JS engine running on the device instead of remote JS debugging (or...

🗣 Discussion

### Introduction Currently child elements doesnt follow parent 3D position, it will be nice to have `transform-style: preserve-3d` css analog in RN.

### Introduction Currently we have docs for `Animated.Value.interpolation` [here](https://reactnative.dev/docs/animations#interpolation) method but it doesn't covers in more details how it works **with string values** for `outputRange` parameter. I mean more complicated...

### Introduction When running in release mode, React-native will display info logs (as also mentioned in this issue: https://github.com/facebook/react-native/issues/18584 and in this PR: https://github.com/facebook/react-native/pull/30579 ) ### Details For instance, using...

🗣 Discussion

Hello everyone, Our app bundle size is almost 8mb and we are already on latest react native with hermes enabled. There is one thing, we are using lottie animation in...

### Introduction For the past few days, we've been debugging an issue with our API calls, and this issue was made harder by the generic "TypeError: network request failed" message,...

### Introduction The current implementation of `react-native-xcode.sh` script is limited to the first available network interface (see code snippet): ```bash # Enables iOS devices to get the IP address of...

### Introduction In the new version of CSS gap now also works for flexbox: https://coryrylan.com/blog/css-gap-space-with-flexbox This is a very welcome feature in css, but it would also be a very...