Artur

Results 16 comments of Artur
trafficstars

Do you guys plan migrate both, V3 and V4, to the new-arch?

Plugins based solution works well. ```bash bundle exec fastlane add_plugin increment_version_code bundle exec fastlane add_plugin increment_version_name ``` ```yaml increment_version_code( gradle_file_path: "./android/app/build.gradle", version_code: ENV["CI_BUILD_ID"] ) increment_version_name( gradle_file_path: "./android/app/build.gradle", version_name: package['version'] )...

Exception captured with `adb logcat -b crash` when using frame processor with [vision-camera-ocr](https://github.com/aarongrider/vision-camera-ocr). NOTE: ~~running the troubleshooting steps solved the problem in our case.~~ running the troubleshooting made no difference....

Meanwhile... >You can search through snippets with ES7 snippet search command which can be run with CMD + Shift + P or just use CMD + Shift + R (CTRL...

Thank you for the reply @lionralfs. My import looks as follows: ```js import { DiscogsClient } from '@lionralfs/discogs-client'; ``` Looks like using when the library in React Native project it...