Skip to content

callstack/rnef

Repository files navigation

RNEF

React Native Enterprise Framework

This is a React Native framework for developing large, modular applications for all the platforms supported by React Native.


Features

  • 🐾 Incremental adoption in native apps thanks to our simplified brownfield approach
  • 🔬 Web-like DX thanks to advanced native build caching hosted on your infra
  • 🏰 Pluggable design to leverage out-of-tree platforms, custom bundlers, etc.

Installation

For new projects you can run:

npx @rnef/create-app enterprise

Adding to existing projects

To migrate your existing project, please follow steps described here.