Daniel
Daniel
examples look much simplier. I attempted to configure project like ReadMe suggested, used lodash (maybe lodash not compatible?) Got result which you can see at attached screenshot. Zoom back and...
Photo & video sizes not configurable neither with presets nor with format props. (With format you can actually change size - but it will be random on android, not even...
here is fixed `getExternalsFromPackageJson()` function for js: ```js function getExternalsFromPackageJson() { const packageJson = JSON.parse(fs.readFileSync("./package.json")) const sections = [ 'dependencies', 'devDependencies', 'peerDependencies', ], externals = new Set() for (const section...
Feature with high demand, especially for high-loaded apps For now it can be done with monkey-patching. Put this to `config/initializers/logstasher.rb`: ``` if LogStasher.enabled? LogStasher::ActiveSupport::LogSubscriber.class_eval do alias :original_process_action :process_action def process_action(event)...
there are plenty of poorly managed libraries in npm, yarn don't react to this yet, vote for this issue to bring yarn's attention to the problem and make a nice...
for hotfix: full cleaning will increase next build time significanlty. instead, it's better to only clean codepush bug files before build, in my case they are here: `rm -rf android/app/build/ASSETS`
Hi @geeksam it was pretty long time ago, I don't work anymore on project where I used this library