@rneui/envinfo
Version:
Logs information about the current environment relevant to React Native Elements
26 lines (17 loc) • 367 B
Markdown
# @rneui/envinfo
Logs information about the current environment relevant to packages to the console.
## Usage
```bash
npx /envinfo
```
## Output
```md
## Global Dependencies:
- /envinfo.0.0
- expo-cli.3.1
## Local Dependencies:
- /base@^4.0.0-rc.3
- /layout@^0.0.0-alpha.3
- /themed
- react-native-elements@^3.4.2
```