Skip to content

Commit

Permalink
computeProps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep Roy authored and Sankhadeep Roy committed Apr 21, 2016
1 parent 9441afc commit 675cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/computeProps.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var React = require('react-native');

var StyleSheetRegistry = require('react-native/Libraries/StyleSheet/StyleSheetRegistry');
var StyleSheetRegistry = require('react-native/Libraries/ReactNative/ReactNativePropRegistry');

module.exports = function(incomingProps, defaultProps) {

Expand Down

0 comments on commit 675cbd5

Please sign in to comment.