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:
parent
e60d366279
commit
197efe42ba
@ -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']},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user