Sebastiaan Pasma
Sebastiaan Pasma
Can you make automation of new `electron-prebuilt-compile` packages also part of this release? `electron-forge` heavily depends on that package and it's pretty outdated. Everybody is building apps on an old...
@malept ah I see, good to hear that. Thanks for the heads up!
@jacobq I've just created a simple update script in my fork @ https://github.com/spasma/electron-prebuilt-compile In the meantime you can use it by using `"electron-prebuilt-compile": "git+https://[email protected]/spasma/electron-prebuilt-compile.git"` in your package.json. I understand you...
@jacobq I totally agree on that it's too hacky for production.. It should definitely be automated by the devs.. They already have some npm scripts that will make it quite...
I can help with this if this is unplanned at the moment, I've written this for my Cordova plugin cordova-plugin-tts-advanced (https://www.npmjs.com/package/cordova-plugin-tts-advanced)
Maybe this one is better to use as icon; https://cdn.coinranking.com/HyPKwU_uZ/fun.svg
I would like to know that as well, thanks @lo-th
> Same problem with the "app-store" being deprecated but the suggested value "app-store-connect" is not a valid value for the export_method, causing the build to fail, even if the Archive...
add this to the picker.js file within the class: ``` componentDidUpdate(prevProps) { if (prevProps.selectedValue !== this.props.selectedValue) { this.setState({ selectedValue: this.props.selectedValue }); } } ``` PR created here: https://github.com/TronNatthakorn/react-native-wheel-pick/pull/54