Dominic Garms
Dominic Garms
any update on this issue? The issue persist on all native-base templates at this point
@Viraj-10 as mentioned in https://github.com/necolas/react-native-web/issues/2363#issuecomment-1211035445 this PR is a very fragile fix and might break sooner than later. Dripsy and Restyle are handling responsive styles very well, maybe you can...
@efoken I'm not comparing libraries here, I just try to point out that it is an anti pattern and not a future proof solution how this PR handles the incompatibility...
@natew ideally it would be great if any RN component which supports `style` prop could be used with `styled`.
@apperside check out the newly added docs: **https://tamagui.dev/docs/components/button/1.0.0-beta.161#advanced-button-customization**
@natew should I provide a PR with a fix? basically the package.json needs to be adjusted to downgrade to yarn v1 and a minimal eas.json needs to be present inside...
The Android build does not complete. The `gradlew` tab looks ok but the build exceeds 45mins and fails
@natew I think this one is related, it seems that Metro under the hood causing this issue: https://github.com/expo/expo-cli/issues/1073 After downgrade to yarn v1 iOS succeeds but Android doesn't. You can...
@natew did you succeed with `--platform android` as well? Its strange I just checked on version 160 the starter and ran your command and it did not even finish the...
@hlynurstef I haven't found a solution yet..