react-native
react-native copied to clipboard
A framework for building native applications using React
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
## 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...
### 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...
### 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...
## 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]...
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...
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...
## 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...