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

A framework for building native applications using React

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

Summary: Just bumping RNGP to make the new sources avialable to the template. Changelog: [Internal] [Changed] - Bump RNGP to 0.71.7 Reviewed By: cipolleschi Differential Revision: D40760927

CLA Signed
p: Facebook
Partner
fb-exported

## Summary This PR is a follow up of https://github.com/facebook/react-native/pull/35075/files to ensure that even in the local e2e testing scenario the new maven approach is followed - without this, RNTestProject...

CLA Signed
Bug

### Description Since updating to Xcode 14 from the beta I have seen a bug in the release version of our app that causes it to not even launch. The...

Needs: Triage :mag:

### Description I initialized by command `react-native init name`, but got `error Your Ruby version is 2.6.8, but your Gemfile specified 2.7.5` failure message. I have tried deleting .npm, uninstalling...

### Description After creating a react native project using React Native CLI Quickstart, tried to install pod using `arch -x86_64 pod install` in the ios folder, that throws the following...

Platform: iOS
Needs: Triage :mag:

## Summary This PR unifies the Flow and TS `default:` case from codegen `translateTypeAnnotation` function into a single function called `translateDefault` inside `parser-commons.js` as requested on https://github.com/facebook/react-native/issues/34872. ## Changelog [Internal]...

CLA Signed
hacktoberfest-accepted

This link contains projects with Source code which can help users ideate when working on their own projects. ## Summary ## Changelog [CATEGORY] [TYPE] - Message ## Test Plan

### Description I am trying to build a react native app but have navigation issues. When the user navigates between screens using gestures, I believe KeyboardAvoidingView creates empty space on...

Component: KeyboardAvoidingView
API: Keyboard
Needs: Triage :mag:

Summary: Currently the build on console is firing this warning: ``` > Task :app:processDebugMainManifest package="com.androidtemplateproject" found in source AndroidManifest.xml: /tmp/AndroidTemplateProject/android/app/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is...

CLA Signed
Platform: Android
p: Facebook
Partner
Bug
fb-exported

## Summary We implemented a TabView component using a ScrollView. it works nicely overall on both iOS and Android with the exception of one edge case. On Android when we...

CLA Signed
Platform: Android
Shared with React Native Team