Skip to content

Commit

Permalink
Avoid including react from react-native
Browse files Browse the repository at this point in the history
Including react from react-native is a breaking change in v0.26.0.
  • Loading branch information
cdlewis committed May 20, 2016
1 parent 63fb25a commit 456c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNIMigration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var React = require('react-native');
var React = require('react');
var FontAwesome = require('react-native-vector-icons/FontAwesome');
var Foundation = require('react-native-vector-icons/Foundation');
var Ionicons = require('react-native-vector-icons/Ionicons');
Expand Down

0 comments on commit 456c1e8

Please sign in to comment.