diff --git a/docs/native.md b/docs/native.md index 88f3079..5055e8d 100644 --- a/docs/native.md +++ b/docs/native.md @@ -7,7 +7,7 @@ In native mode the default `modules` option is set to `commonjs` and the default In native mode we define a default properties template configuration in order to easily write native templates. -```json +```javascript { ListView: { Row: {prop: 'renderRow', arguments: ['rowData', 'sectionID', 'rowID', 'highlightRow']},