Replies: 1 comment 2 replies
-
Hey there, just a heads up that the iOS demo isn't quite compiling on Xcode 15.3.0 with my M1 Pro Mac. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Without using Compose Multiplatform (iOS will increase the size of .ipa package by more than 20M when using it), is it possible to use String and other resources directly in the commonMain of the shared module, e.g. combining with redwood to realize UI sharing in commonMain (iOS, Android, etc.) will need to use String, Image and other resources? For example, if we combine redwood to realize UI sharing in commonMain (iOS, Android, etc.), we will need to use String, Image and other resources.
Beta Was this translation helpful? Give feedback.
All reactions