Summary: Closes https://github.com/facebook/react-native/pull/6724

Differential Revision: D3115214

fb-gh-sync-id: 2b97ed162c15d8e6ad4ce4906a8b6fcba44864ca
fbshipit-source-id: 2b97ed162c15d8e6ad4ce4906a8b6fcba44864ca
This commit is contained in:
sunnylqm 2016-03-30 10:02:58 -07:00 коммит произвёл Facebook Github Bot 6
Родитель 99c7de2600
Коммит 53355c692a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ module.exports = {
* } * }
* }); * });
* *
* StyleSheet.flatten([styles.listItem, styles.selectedListItem] * StyleSheet.flatten([styles.listItem, styles.selectedListItem])
* // returns { flex: 1, fontSize: 16, color: 'green' } * // returns { flex: 1, fontSize: 16, color: 'green' }
* ``` * ```
* Alternative use: * Alternative use: