Martin Šťovíček
Martin Šťovíček
Nice catch. Ava will need updating (#112). Hopefully this will disappear then.
Related to #41 We might be able to include your "pizza train" into the `CFBundleVersion`, which accepts more than `CFBundleShortVersionString`.
Hi @jpolo, could you provide an example of the workflow you do with RNV? Just to be sure we're on the same page, RNV doesn't create a new version. A...
I see the problem now. Unlike `npm version`, which checks and aborts if the Git working directory is dirty, `yarn version` doesn't care and just makes a version commit. If...
It's merged: https://github.com/bvaughn/react-virtualized/blob/master/package.json#L149-L152, but not released :|
Don't know if this is any help, but we're currently using [`renderToStaticMarkup`](https://reactjs.org/docs/react-dom-server.html#rendertostaticmarkup) to enable using JSX in the formatting function: ```js import { renderToStaticMarkup } from 'react-dom/server' // ... return...
I don't think the `eas update` currently accepts the `--profile` flag. It would be great if it did though. Also, if it could be set up in a similar fashion...
@jonniebigodes @Karibash Hi guys. It seems this package is not an addon per se because it doesn't really add functionality to SB, in its UI, etc. This _addon_ seems to...
@jonniebigodes I'm wondering whether the Framework API suggestion is appropriate for this package. Shouldn't we be looking at the Builder API, or somewhere else? Thanks.
Interesting. Support in SB would be great! Apart from the `useSWC` builder option though, I don't see where I can pass SWC options from our `.swcrc`, or does `swc-loader` load...