1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

replace the json notation with javascript

This commit is contained in:
Nir Natan 2015-08-20 11:50:19 +03:00
parent e60d366279
commit 197efe42ba

View File

@ -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. In native mode we define a default properties template configuration in order to easily write native templates.
```json ```javascript
{ {
ListView: { ListView: {
Row: {prop: 'renderRow', arguments: ['rowData', 'sectionID', 'rowID', 'highlightRow']}, Row: {prop: 'renderRow', arguments: ['rowData', 'sectionID', 'rowID', 'highlightRow']},