Skip to content

Commit

Permalink
Change ES6 module syntax to module.exports
Browse files Browse the repository at this point in the history
Reviewed By: rubennorte

Differential Revision: D7490562

fbshipit-source-id: 861681c24eab678d25af47bb25738651fe3e26b4
  • Loading branch information
Peter van der Zee authored and facebook-github-bot committed Apr 5, 2018
1 parent 3ed076b commit 4a814d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Libraries/Components/View/ViewContext.js
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ export type ViewChildContext = {|
+isInAParentText: boolean,
|};

export const ViewContextTypes = {
isInAParentText: PropTypes.bool,
module.exports = {
ViewContextTypes: {
isInAParentText: PropTypes.bool,
},
};

0 comments on commit 4a814d1

Please sign in to comment.