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

Merge pull request #57 from nirnatan/patch-1

replace the json notation with javascript
This commit is contained in:
Ido 2015-08-20 17:22:12 +03:00
commit 24db05797a

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.
```json
```javascript
{
ListView: {
Row: {prop: 'renderRow', arguments: ['rowData', 'sectionID', 'rowID', 'highlightRow']},