Fix breakages caused by switch to fbjs

Summary: This fixes a couple of breakages introduced by the switch to fbjs

Reviewed By: bestander

Differential Revision: D3000078

fb-gh-sync-id: 2971d049030f754d5001f6729716373a64078ddf
shipit-source-id: 2971d049030f754d5001f6729716373a64078ddf
This commit is contained in:
David Aurelio
2016-03-02 08:26:11 -08:00
committed by Facebook Github Bot 5
parent e7499e39a4
commit c331d113dc
5 changed files with 38 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const React = require('React');
const ReactComponentWithPureRenderMixin = require('ReactComponentWithPureRenderMixin');
const StyleSheet = require('StyleSheet');
const emptyFunction = require('emptyFunction');
const emptyFunction = require('fbjs/lib/emptyFunction');
const {PropTypes} = React;
const {Directions} = NavigationLinearPanResponder;