Kirill

Results 2 issues of Kirill

картинка не выводится через обновление коста/рика, нужно заменить функцию в costa-rico/../models/image на эту public function getUrl($size = false){ $urlSize = ($size) ? '_'.$size : ''; $url = Url::toRoute([ '/'.$this->getModule()->id.'/images/image-by-item-and-alias', 'item'...

I did all the installation instructions, but get this error, what could it be? ![2020-03-16_18-02-50](https://user-images.githubusercontent.com/42130953/76869508-7b77c600-6879-11ea-86b6-6c25833bb5c0.png) My MainActivity.java: ``` package com.onlinerecordtypescript; package com.reactnativetouchthroughviewexample; import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivityDelegate; import com.facebook.react.ReactRootView; import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView;...