Adam Stankiewicz
Adam Stankiewicz
Why do you need _lock table?
I'd accept PR fixing this
Also, the Podfile that is produced: ```ruby # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'firenative' do # Uncomment the...
Yeah I know, but it shound't be generated in the first place. It's a duplicate.
Maybe just show input at all times? On Fri, Feb 7, 2020 at 3:24 PM Mwni wrote: > This is a tricky one. The html input is hidden when substituted....
Yes from me for supporting frameworks outside react ecosystem
`bower.json` is not missing, but `.bower.json` could be. might it be the issue?
The solution would be to create post-install command that creates these files, but really ideally you shoud change your gulp script so it doesn't depend on .bower.json but bower.json
Yarn didn't yet added support for .zip: https://github.com/yarnpkg/yarn/issues/1483 A solution is to contribute this feature to Yarn or use alternative source (e.g. tar.gz archive, or embedding this component intro repository)
You need to use webpack to bundle your code On Sun, 29 Oct 2017 at 09:09, Mikael Kristyawicaksono < [email protected]> wrote: > For example: > > yarn add babel >...