cyberneticlibrary

Consult multi-LLM AI council opinions

councilskillsetup L2121
agentic-mcp-tools/owlex
What it does

Migrate React Native apps and manage library compatibility

Best for

Upgrading React Native when native bridge stability and module compatibility are critical.

Inputs
  • · React Native project
  • · Target version
  • · Dependency list
Outputs
  • · Updated package.json
  • · Breaking change adapter code
  • · Version compatibility matrix
Requires
  • · npm/yarn/bun
  • · React Native CLI
Preconditions

React Native project; Node.js/Bun installed; understanding of native module changes per version

Failure modes

Native module version mismatch; Hermes engine incompatibility; Bridge API changes; build cache corruption

Trust signals
  • · Version-specific breaking change guide
  • · Module compatibility matrix
  • · Bridge API adapter patterns