Updated documentation with syntax highlighting.

Small documentation improvement for syntax highlighting in react native guide.
This commit is contained in:
Myoxocephalus 2020-01-14 18:26:22 +01:00 committed by GitHub
parent a1224b37df
commit 3c2330d2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ Create a file called `rn-addons.js` that you can use to include on device addons
`storybook/rn-addons.js`
```
```js
import '@storybook/addon-ondevice-knobs/register';
import '@storybook/addon-ondevice-notes/register';
...