Denis Arkhireev

Results 19 comments of Denis Arkhireev

https://github.com/kfiroo/react-native-cached-image/pull/124

For me, this error was when I started release building from terminal. After that, I've tried build from android studio and all is fine

I think is better to make pull request and write to zbtang in social network)

I just chose a team inside the Signing&Capabilities -> Targets -> TOCropViewController-TOCropViewControllerBundle and it works perfectly

https://stackoverflow.com/questions/39945377/no-code-signature-found-after-pod-installed-in-xcode-8/39949186#39949186 the best solution if you have some CI/CD: ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" config.build_settings['CODE_SIGNING_REQUIRED'] = "NO" config.build_settings['CODE_SIGNING_ALLOWED'] = "NO" end end...

I added these lines: ``` export 'src/storage/file_system/file_system.dart'; export 'src/storage/cache_object.dart'; ``` to the flutter_cache_manager.dart locally made FakeFile: TestFile ``` import 'dart:convert'; import 'dart:io' as io; import 'dart:io'; import 'dart:typed_data'; import 'package:file/src/interface/directory.dart';...

So to have the ability to test cached_network_image we need to use some classes which are hidden, so I think it would be nice if someone creates PR with improvements...

I also have `TypeError: Cannot read property 'setScreenName' of undefined`

```TypeError: Cannot read property 'setScreenName' of undefined at FirebaseAnalyticsService.logPageView (file: app/shared/services/firebase-analytics.service.ts:29:23) at AnalyticsService.logPageView (file: app/shared/services/analytics.service.ts:18:27) at MainComponent.ngOnInit (file: app/pages/main/main.component.ts:182:19) at callHook (file: node_modules/@angular/core/fesm2015/core.js:3105:0) at callHooks (file: node_modules/@angular/core/fesm2015/core.js:3075:0) at executeInitAndCheckHooks (file:...

``` logPageView(name: string): void { firebase.analytics.setScreenName({