plugins marketplace
← All plugins

react-native-preflight

v0.1.0

Maestro E2E testing for React Native — isolated screens, dev catalog, visual regression

Claude Code1 skill

27updated 1 month ago

Source

git clone https://github.com/RamboWasReal/react-native-preflight

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

react-native-preflight/
├── .claude-plugin/plugin.json
└── skills/preflight-setup/SKILL.md

Skills1

preflight-setupskills/preflight-setup/SKILL.md

Use when integrating react-native-preflight into a React Native project. Covers scenario wrapping, StateInjector setup, Babel config, and Maestro YAML generation. Works with Expo Router or React Navigation.

Manifests1

.claude-plugin/plugin.json
{
  "name": "react-native-preflight",
  "description": "Maestro E2E testing for React Native — isolated screens, dev catalog, visual regression",
  "version": "0.1.0"
}