react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 1313 react-native issues
Sort by recently updated
recently updated
newest added

## Summary Currently, the `InspectorPanel` component is wrapped in `View`, which is a little difficult to click the panel button when in a device with a notch screen. ## Changelog...

CLA Signed
Bug
Shared with React Native Team

Summary: Changelog: [Internal][iOS] Modularlize RCTBridgeModule.h 1/n - Move RCTTurboModuleRegistry.h to its own file in ReactInternal target # Why clean up RCTBridgeModule.h? Clean up one unnecessary import of RCTBridgeModule.h. RCTBridgeModule includes...

CLA Signed
p: Facebook
Partner
fb-exported

### Description ```js babel.config.js module.exports = function (api) { api.cache(true) return { presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'], plugins: [ [ 'module-resolve', { root: ['.'], extensions: ['.ios.js', '.android.js', '.js', '.ts', '.tsx', '.json'], alias:...

Needs: Triage :mag:

### Description importing from path alias doesn't work in the react native after upgrading to v69. ### Version 0.69.3 ### Output of `npx react-native info` System: OS: macOS 12.5 CPU:...

Needs: Triage :mag:

### Description Recently updated react to 18 version, and since that I'm not able to build my app. At first I've received "ERROR Invariant Violation: ViewPropTypes has been removed from...

Needs: Triage :mag:

### Description Just forwarding a issue from our orgi to you... fyi, I Don't have any involvement with react-native. but it seems like you guys have an issue resolving node...

Stale
🌐Networking
Tech: Bundler 📦
Needs: Triage :mag:

### Description I'm testing initial performance of Flatlist (without any optimization code) and found something interesting: - it used 7.37 seconds to finish loading of 300 simple numbers - after...

Component: FlatList
Needs: Triage :mag:

### Description If use TextInput component with textAlign:'right' property, when typing space, it is not shown until entering another character (not space) **Steps to Reproduce** ``` ``` **Expected Results** Show...

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

``` import React, { PureComponent } from 'react'; import {Text, TextInput, View} from 'react-native'; const App = () => { return ( Text Input without alignment Text Input with right...

Platform: iOS
Component: TextInput
Needs: Environment Info
Needs: Attention

### Description When I requested MANAGE_EXTERNAL_STORAGE getting a null permission error. in react native app. when I went throw the document (https://reactnative.dev/docs/permissionsandroid) there is no permission like this, but actually,...

Needs: Triage :mag: