Tommy Nguyen

Results 58 issues of Tommy Nguyen

We're proposing to provide React Native test apps for all platforms (currently Android, iOS, Windows and macOS) as a package. Our aim is to make it easier for package maintainers...

💡 Proposal

When the default branch has a `yarn.lock` with more recent packages than the branch that a PR is based on, `yarn-lock-changes` thinks that the PR is downgrading said packages even...

Issue

Somewhat unrelated (and definitely not to be fixed in this PR), I looked briefly at the options that are passed to all CLI commands and it looks like they include...

## Environment ``` System: OS: macOS 10.15.4 CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Memory: 781.97 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.16.3 -...

## Overview Migrates all test apps to react-native-test-app. While we're at it, also bump react-native to 0.66. ## Test Plan - [x] Start the dev server in a separate terminal:...

### Description Add support for "Random Access Module" bundle. ### Test plan Enable `ramBundle` for iOS only: ```diff diff --git a/packages/test-app/package.json b/packages/test-app/package.json index fa7a9e76..994291e3 100644 --- a/packages/test-app/package.json +++ b/packages/test-app/package.json @@...

`align-deps` should remove stale dependencies when upgrading react-native. For instance, `@react-native-community/async-storage` was renamed to `@react-native-async-storage/async-storage` some time ago. When people are upgrading from 0.63 to 0.64, we resolve the `storage`...

enhancement
feature: align-deps
Help Wanted :octocat:

See discussion: https://github.com/microsoft/rnx-kit/pull/115#pullrequestreview-633475775

upstream
feature: metro

When enabling `experimentalImportSupport` in `metro.config.js`: ```js module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: true, inlineRequires: true, }, }), }, }; ``` `disableImportExportTransform` should also...

feature: metro

Implement a tool for making sure that Babel and Metro are correctly configured with respect to the repo setup, whether packages are vanilla or use external bundles, etc.

feature: align-deps