diff --git a/example/src/App.tsx b/example/src/App.tsx index edc1d42..924a7e0 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -53,9 +53,6 @@ function Routes() { id="Cards Demo" component={Cards} config={{ - onEnter(props) { - props.navigation - }, header: { component: () => }, animation: slideToStatic }}