Alexander Kuznetsov

Results 3 issues of Alexander Kuznetsov

```javascript const image = {uri: 'http://my.bamps.online/cfs/files/images/D8Xg27puAiqjvKetD?store=normal'} export default class App extends Component { render() { return ( ); } } ``` Android: ![2017-12-06_14-32-52](https://user-images.githubusercontent.com/1755384/33657312-5ca3479e-da92-11e7-8248-ba60d508b130.png) iOS: ![2017-12-06_14-33-26](https://user-images.githubusercontent.com/1755384/33657336-709ab67e-da92-11e7-8a3f-5c16a7c9b91f.png)

createActionPack it's like createAction from redux-actions (see README)

Destructuring assignment example from http://coffeescript.org/ is not compatible with version 108.0.11. ``` coffeescript class Person constructor: (options) -> {@name, @age, @height = 'average'} = options ```