diff --git a/Example/Example.js b/Example/Example.js index e754813a0..5c307e1ca 100644 --- a/Example/Example.js +++ b/Example/Example.js @@ -83,7 +83,7 @@ export default class Example extends React.Component { - + {console.log("onPop is called!"); return true} }> @@ -106,4 +106,4 @@ export default class Example extends React.Component { ); } -} \ No newline at end of file +}