React Native Mar 13, 2017

Introducing Create React Native App

Article Summary

Remember when setting up React Native meant wrestling with Xcode and Android Studio for hours? Facebook and Expo just changed that.

Create React Native App (CRNA) is a new collaboration between Facebook and Expo that eliminates native build dependencies from the initial setup process. Inspired by Create React App, it lets developers build iOS apps from Windows or Linux without touching native tooling.

Key Takeaways

Critical Insight

CRNA removes the biggest barrier to React Native adoption by letting developers start building with just JavaScript and npm.

The ejection process reveals how CRNA bridges the gap between pure JavaScript development and full native control.

Recent from React Native

Related Articles