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

A framework for building native applications using React

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

## Summary Use an asset catalog for images on iOS. See related PR in the CLI for the code that generates it https://github.com/react-native-community/cli/pull/1290. ## Changelog: [iOS] [Added] - Use asset...

CLA Signed
Platform: iOS
Type: Enhancement
Contributor
Needs: React Native Team Attention
Shared with Meta
Never gets stale

### Description Hello, I am creating the RN test project AwesomeProject, but there is no pod folder in the iOS directory, I will post the screenshot "dependencies": { "react": "18.1.0",...

Platform: iOS
Needs: Triage :mag:

### Description The code to reproduce this is straightforward: ``` ` import React, { Component, useEffect } from 'react'; import { View, Text, TouchableOpacity, SafeAreaView } from 'react-native'; import {...

Platform: iOS
Component: ScrollView
Component: FlatList
Needs: Triage :mag:

### Description react-native-codegen 0.0.7 transitive package unset-value/1.0.0.0 have known vulnerability security issues. We are using unset-value/1.0.0 transitive package under react-native-codegen 0.0.7 library, unset-value/1.0.0 transitive package having security issue ie.. unset-value...

Needs: Triage :mag:

Please provide all the information requested. Issues that do not follow this format are likely to stall. After upgrading to 0.64 Xcode build once again does not work. Here are...

Needs: Triage :mag:

### Description ### Version 0.70.3 ### Output of `npx react-native info` System: OS: macOS 12.6.1 CPU: (4) x64 Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz Memory: 716.67 MB / 16.00 GB...

Needs: Repro
Needs: Attention

## Description Fetch/Ajax can connect to our server with system proxy settings. however, websocket always connect fail. ## React Native version: 0.62 ## Expected Results websocket should connect servers like...

Platform: iOS
API: Settings
Needs: Triage :mag:

### Description I followed the instructions from `https://reactnative.dev/docs/environment-setup` `npx react-native init AwesomeProject` `npm install` then cd to ios directory and run `pod install` then opened the project with Xcode and...

Needs: Triage :mag:

FlatList/VirtualizedList is great. However, it is still quite bugged when using complex components or nested lists. I have a case with up to 3 nested FlatList elements, and things start...

Component: VirtualizedList
Bug

### Description Occurs when upgraded react-native from 0.68.1 -> 0.70.1 at node_modules\react-native\ReactAndroid\hermes-engine\build.gradle `group = "com.facebook.react" version = parent.publishing_version` The Gradle file is not able to locate the property `publishing-version.` ###...

Platform: Android
Tool: Gradle
Needs: Author Feedback
Needs: Repro