Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 24, 2017
1 parent ee3fdd9 commit 514e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-renderer/src/ReactNativeRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const ReactNativeRenderer: ReactNativeType = {
ReactNativeComponentTree: require('./ReactNativeComponentTree'), // InspectorUtils, ScrollResponder
ReactNativePropRegistry: require('./ReactNativePropRegistry'), // flattenStyle, Stylesheet
TouchHistoryMath: require('events/TouchHistoryMath'), // PanResponder
createReactNativeComponentClass: require('./createReactNativeComponentClass'), // eg RCTText, RCTView, ReactNativeART
createReactNativeComponentClass: require('./createReactNativeComponentClass'), // RCTText, RCTView, ReactNativeART
takeSnapshot: require('./takeSnapshot'), // react-native-implementation
},
};
Expand Down

0 comments on commit 514e745

Please sign in to comment.