react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

correct HeaderBackButton usage

Open kidroca opened this issue 4 years ago • 2 comments

Fixes incorrect usage example

kidroca avatar Sep 14 '21 13:09 kidroca

✔️ Deploy Preview for react-navigation-docs ready!

🔨 Explore the source changes: b189d333b19c50d9e61d480f7942c5c7819c7fbe

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-navigation-docs/deploys/6140a396c058a500076c679b

😎 Browse the preview: https://deploy-preview-1060--react-navigation-docs.netlify.app

netlify[bot] avatar Sep 14 '21 13:09 netlify[bot]

Something to note about JSX code highlighting

When the usage example contains jsx the code block should be defined using

```jsx
...
```

and not just js

```js
...
```

See the difference: image

kidroca avatar Sep 14 '21 13:09 kidroca

Thanks for the PR. However this seems to be fixed already so I'm closing this

satya164 avatar Oct 31 '22 22:10 satya164