React, and Component should now be imported from 'react', not 'react-native'. (#297)

This commit is contained in:
Darryl Blake 2016-06-02 05:30:52 +12:00 committed by Zack Story
parent 8e1c14cda3
commit b2d9fa904b
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ All you need is to `require` the `react-native-camera` module and then use the
```javascript
'use strict';
import React, {
import React, { Component } from 'react';
import {
AppRegistry,
Component,
Dimensions,
StyleSheet,
Text,