Christian Bach
Christian Bach
@asgmax We are seeing the same issues for our app after upgrading to 0.62 from 0.61. Everything works on Android. iOS works in debug, but building Stage or Production breaks...
I took a look inside the create release app and there is a few differences in the assets dir from 0.61 and 0.62 **0.62**  **0.61** These commits seems relevant:...
> @christianbach I tried patching like you suggested, but with no luck in succeeding. > > Is it possible because of my assets being in another folder under node_module? >...
> What does "not correctly" mean? I don't see any description of what the problem is. `css.props` is not part of the API in RSD and doesn't work with its...
Thanks for the response! I wanted to share some additional details: In our setup, I got everything working if react-native imports all components, tokens, and themes exclusively from the `ui-package`,...
My guess is that everything is bundled with Metro. In our monorepo, the app depends on the `ui package`, which in turn depends on the `style-generator/token package` where the variables...
> [@christianbach](https://github.com/christianbach) Hi there! 👋 This approach (monorepo with UI / Design Variables packages) is very similar to what we're looking at in a new project. Would be great to...