[ReactNative] Remove react-native/package.json

This commit is contained in:
Christopher Chedeau
2015-03-22 20:32:49 -07:00
parent 6b0711b719
commit 87f42ab450
8 changed files with 20 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
*/
'use strict';
var React = require('react-native/addons');
var React = require('react-native');
var ViewExample = require('./ViewExample');
var {
PixelRatio,