Joey

Results 32 comments of Joey

I manually downgraded to `4.3.24` (using the exact version without `~` or `^`) using yarn for the time being. Hoping for a reaction by an AWS official developer.

I'm experiencing the same issue with Google Pixel Emulator. `` should be respected.

I solved this issue following [this tutorial](https://engineering.brigad.co/react-native-monorepos-code-sharing-f6c08172b417) at the very end (scroll down!). The solution is also described here https://github.com/facebook/metro/issues/290#issuecomment-543746458 Hope it helps.

> Is it possible to use this library with react-create-app? > ``` > /node_modules/react-native-animatable/createAnimatableComponent.js: Support for the experimental syntax 'classProperties' isn't currently enabled (133:24): > > Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to...

I actually found a pretty neat workaround making "inverted lists" work nicely with RNW - even in a shared code environment along with RN. The solution is to achieve the...

Units like `style={{ height: '2cm' }}` are also not working from within the render prop. Only numbers are working. Edit: Flexbox is not working as well, I assume it is...

I encounter the issue client side, packaging my app with Expo/Metro Bundler with the following error: `Unable to resolve "yoga-layout" from "node_modules/@react-pdf/layout/lib/index.cjs"` Node v21.6.2 React 18.2.0

@mskec I just patch-packaged `node_modules/@react-pdf/layout/lib/index.cjs` with your approach and this works brilliant! I am gonna live with the performance decrease for now - due to the urgent need of production...

> Hi @jgo80, thanks for typos, I updated the code. Glad it's working for you as well. We are running this successfully since the last summer. @mskec sorry to bother...

> Unfortunately for us we were forced to polyfill with `@formatjs` We did as well... but it is insanely slow (I use the formatter on a list with a lot...