From the course: Learning React Native

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What is Expo?

What is Expo?

From the course: Learning React Native

Start my 1-month free trial

What is Expo?

- [Instructor] Expo is a framework and a platform that helps developers create, develop, and publish robust React Native applications. Remember, React Native applications are Native applications. They are written in their own native languages and they implement a bridge pattern that allows JavaScript to run in its own thread and communicate with the components that are native to the device. The code base for these applications are hybrids of JavaScript, Objective-C, SWIFT, and Java. If you want to build an iOS app, you need an Apple Developer account and Xcode. If you want to build an Android app, you're going to need the Android SDK, Android Studio, and you're going to need to know Java. Essentially, when working with React Native, you're still building a native app, so you're going to need to have a lot of computer books on your shelf. Learning all of this can be pretty tedious and time consuming. What you really need…

Contents