Skip to content

Commit

Permalink
Fix depreciation warnings about importing React from React-Native pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
mrpohoda committed May 16, 2016
1 parent 0f9347a commit 53b0846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
import React, {
Component,
import React, {Component} from 'react';
import {
View,
Text,
Image,
Expand Down

0 comments on commit 53b0846

Please sign in to comment.