cli
cli copied to clipboard
React Native command line tools
## Describe the Feature I'd like to propose a feature for `doctor` that will ideally make life easier for users when upgrading RN versions: detect erroneous top level package. Essentially...
This is a continuation of https://github.com/react-native-community/cli/issues/1100. While I'm able to build the `react-native-community/datetimepicker` example project, autolinking of native modules does not work on android (didn't try ios yet) 😩 EDIT:...
# Current stage Currently there's ongoing effort to make React Native CLI better, and easier to use for developers. Recently these nice flags were created: - `--interactive` (https://github.com/react-native-community/cli/pull/1815, https://github.com/react-native-community/cli/pull/1811), -...
Hi, I am working on a package whose sole sole purpose is to provide some fonts. I have created `react-native.config.js` in the package but native projects are not modified unless...
By installing a 3rd party dependency, which exposed a custom command with a side-effectful code loaded eagerly, CLI bailed on cleanly exiting after executing a command. See https://github.com/react-native-community/cli/issues/567 for details....
## Describe the Feature As described by Ram in his [article](http://blog.nparashuram.com/2019/04/lazy-native-modules-react-native-android.html), Android can greatly benefit from using `LazyReactPackage` or `TurboReactPackage` to decrease startup time. It requires adding annotations to native...
## Ask your Question Hello guys. Is there a way to use private package as template? I'm trying several ways to make this work but have no success. I'm trying...
Something is trying to use the devDependency 'metro-config' when building a production release build
## Environment info Fetching system and libraries information... (node:11799) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 7.6.0. Release notes Sourced from semver's releases. v7.6.0 7.6.0 (2024-01-31) Features a7ab13a #671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa,...
## Environment ``` System: OS: macOS 14.4.1 CPU: (8) arm64 Apple M1 Memory: 74.72 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.12.1 path: ~/.nvm/versions/node/v20.12.1/bin/node Yarn:...