Alex Hunt

Results 31 issues of Alex Hunt

This is an enhancement to Lodash that extends `defaultTo` with an optional `resolveEmpty` parameter. If supplied, `resolveEmpty` will be used to determine whether the passed `value` is empty and that...

enhancement

Summary: Restores https://github.com/facebook/react-native/pull/37874 (reverted earlier today), with fix for `JSCRuntime.cpp` build on Android. Changelog: None Differential Revision: D46762984

CLA Signed
p: Facebook
Partner
fb-exported

Summary: ## Context RFC: Decoupling Flipper from React Native core: https://github.com/react-native-community/discussions-and-proposals/pull/641 ## Changes To support incoming new React Native packages around debugging (including migrating over [`@react-native-community/cli-plugin-metro`](https://github.com/react-native-community/cli/tree/main/packages/cli-plugin-metro)) — which target Node.js...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: See proposal: https://github.com/react-native-community/discussions-and-proposals/discussions/681 **Removed script files** I searched GitHub (and specifically `react-native-windows/macos`) to confirm these files are not referenced: - `scripts/launchPackager.bat` - `scripts/launchPackager.command` - `scripts/.packager.env` Interestingly, React Native CLI...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] Differential Revision: D53471278

CLA Signed
p: Facebook
Partner
fb-exported

Summary: - Add Flow, switch from `yargs` to `parseArgs` (built-in to Node.js, Flow-safe). - Document script via `--help` output (relevant ahead of reusing this script for local release testing). -...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Updates the `test-e2e-local` script to bootstrap `/tmp/RNTestProject/` using the currently checked out repository as the source of truth for all monorepo packages (previously we only did this for the...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Removes call to `InspectorFlags::initFromConfig`, since this approach is being replaced with `ReactNativeFeatureFlags`. This change is separated out as it originally made a public API deprecation. Changelog: [iOS][Deprecated] - **Un-deprecates**...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Bump to the latest Metro release. Metro release notes: https://github.com/facebook/metro/releases/tag/v0.80.6 Changelog: [General][Changed] - Bump Metro to ^v0.80.6 Differential Revision: D53829383

CLA Signed
p: Facebook
Partner
fb-exported

Summary: I noticed inconsistent handling of terminating newlines in D54006327@V1, and had also been noticing `yarn build` reformatting unrelated sections of `package.json` files. For now, this logic isn't moved to...

CLA Signed
p: Facebook
Partner
fb-exported