diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 26696d3f5..6a809b77c 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -59,6 +59,7 @@ We're going to render the title, year, and thumbnail for the movie. Since thumbn ```javascript import React, { AppRegistry, + Component, Image, StyleSheet, Text, @@ -296,6 +297,7 @@ First things first: add the `ListView` import to the top of the file. ```javascript import React, { AppRegistry, + Component, Image, ListView, StyleSheet,