diff --git a/example/App.tsx b/example/App.tsx index 3357bccb..f8dc7023 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -335,7 +335,7 @@ class MainScreen extends React.Component { }} > {(Object.keys(ExampleInfo) as (keyof typeof ExampleInfo)[]).map( - routeName => ( + (routeName) => (