
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@app-cn/cli
Advanced tools
Init + add CLI for appCN. RN-aware shadcn registry helper for Expo and bare React Native.
Command-line interface for appCN — copy-paste mobile components for React Native + Expo.
# Initialize an Expo / React Native project for appCN
npx @app-cn/cli@latest init
# Install a component
npx @app-cn/cli@latest add button
Replace npx with pnpm dlx, yarn dlx, or bunx --bun depending on your package manager.
appcn initOne-shot setup wizard. Detects whether the project is Expo or bare React Native, detects your package manager from the lockfile, installs the missing runtime deps, and patches the configs needed for NativeWind + Reanimated. Idempotent — re-running on an already-configured project produces zero diffs.
What init writes / patches:
tailwind.config.js — adds presets: [require("@app-cn/ui/tailwind-preset")] and content globs.babel.config.js — nativewind/babel preset and react-native-worklets/plugin (Reanimated 4) or react-native-reanimated/plugin (Reanimated 3) as the last plugin.metro.config.js — wraps getDefaultConfig with withNativeWind(..., { input: "./global.css" }).global.css — Tailwind directives + appCN CSS variables. Prints the one-line import to add to your app entry; never silently edits _layout.tsx.tsconfig.json — ensures compilerOptions.paths["@/*"] resolves to ./* (jsonc-parser; preserves comments and trailing commas).components.json — deep-merges registries["@app-cn"]: "https://appcn.vercel.app/r/{name}.json" and default aliases.If any config exists but is incompatible (e.g. a metro config without withNativeWind), the CLI prints the required diff and aborts — it never silently mutates Metro or app entry files.
Flag: --lib also adds @app-cn/ui as a managed dependency.
Full docs at appcn.vercel.app/docs/cli.
appcn add <slug>Installs a single component from https://appcn.vercel.app/r/<slug>.json. Behind the scenes this:
components.json has the @app-cn registry entry.shadcn@latest add @app-cn/<slug> via your detected package manager.Flags:
-y, --yes — auto-patch components.json if the registry entry is missing.APPCN_REGISTRY_URL — override the registry base URL. Defaults to https://appcn.vercel.app/r. Useful for local docs work.MIT © Salah-XD
FAQs
Init + add CLI for appCN. RN-aware shadcn registry helper for Expo and bare React Native.
We found that @app-cn/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.