Skip to content

Commit

Permalink
chore: disabled Pilot.js logging in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkmmte committed Dec 16, 2022
1 parent 55e2b9b commit fc41ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SafeAreaProvider } from 'react-native-safe-area-context';
export default function App() {
return (
<SafeAreaProvider>
<PilotArea config={{ logLevel: 'trace' }}>
<PilotArea>
<PilotRoute path={'/'} component={HomePage.default} default={true}/>
<PilotRoute path={'/save'} component={SavePage.default} getProps={SavePage.getServerSideProps}/>
</PilotArea>
Expand Down

0 comments on commit fc41ae5

Please sign in to comment.