[ReactNative] Remove react-native/package.json

This commit is contained in:
Christopher Chedeau
2015-03-22 20:17:01 -08:00
parent 6b0711b719
commit 87f42ab450
8 changed files with 20 additions and 47 deletions
+1 -1
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,