Luna

Results 17 issues of Luna

## Description Google Analytics is sunsetting older versions than 4 https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/ by July. 2023. From [similar issue in docusaurus ](https://github.com/facebook/docusaurus/issues/7221) from @slorber > Analytics data will not be migrated to...

👋 Good first issue
🧰 Infra

## Describe the Feature Want to be able to do something like: ```bash npx react-native init MYPROJECT --replace HERMES_PLACEHOLDER:true ``` or if that's too involved, can we just add a...

feature request

Filter out commits that touch certain "internal" files. We currently use the rn-changelog-generator to generate our React Native release changelog: https://github.com/facebook/react-native/blob/main/CHANGELOG.md The release process involves sanitizing the changelog before release....

Stale
Release Improvements

### Description When bootstrapping a new 0.72.x app, I am unable to debug the app following the direct debugging instructions. ### React Native Version 0.72 ### Output of `npx react-native...

Impact: Regression
Platform: Android

Summary: Changelog: [Internal] - Update publish-npm to use `set-version` for nightly builds Now that `set-version` basically does what `set-rn-version` does, this diff uses this logic for nightlies only (as dry-run/pre-alpha...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] - Update nightly flow to use set-version This change fixes `set-version` to update the `packages/react-native` native source and build files (as `set-rn-version` does) -- this was an...

CLA Signed
p: Facebook
Partner
fb-exported

This is a draft PR for the outline shared here: https://docs.google.com/document/d/1rQVqqBI7KXVRQjValsCXqsEFqmGQ6h4fWdFAQ9X0d7o/edit?usp=sharing (TODO: put this up accessible somewhere. Outline of Changes * New Rendering Data chapter * Fetching Data: https://react-dev-git-fork-lunaleaps-learn-rsc-fbopensource.vercel.app/learn/fetching-data *...

CLA Signed

## [See updated doc](https://deploy-preview-3998--react-native.netlify.app/docs/next/the-new-architecture/landing-page) And we moved the rest of the New Architecture docs to the working group. See https://github.com/reactwg/react-native-new-architecture/pull/156

Partner
p: Facebook
CLA Signed

See https://answers.netlify.com/t/placeholder-redirects-dont-support-periods/113543/2 Head's up I couldn't reply to that thread anymore because Netlify reported my account as spam If you try `https://deploy-preview-4029--react-native.netlify.app/docs/0.72/sourcemaps` this link -- the redirect fails If anyone...

Partner
p: Facebook
CLA Signed

## Describe the Feature Currently we use `--yarn-config-options` in React Native to e2e testing to use privately published monorepo packages when running our template app tests See: https://github.com/facebook/react-native/blob/main/scripts/e2e/init-template-e2e.js#L125 We've recently...

feature request