We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting an error "archiving error" when try to use in Widget Extension. However it is working fine in iOS app.
Here is my code:
var body: some View { VStack(alignment: .leading) { HStack{ Text("ionicons:").frame(width: 150, alignment: .trailing) FontIcon.text(.ionicon(code: .md_people), color: .white) .background(Color.blue) Spacer() }.frame(height: 80) } }
The text was updated successfully, but these errors were encountered:
@MehulSojitra16 sorry for late, can you give me a demo project?. I'm not familiar with iOS App.
Sorry, something went wrong.
@huybuidac any update on this?
I am facing same issue. I have a ReactNative Project which uses native Extension (WidgetKit) and I want to use FontAwesome in Widget.
cc @MehulSojitra16
No branches or pull requests
I am getting an error "archiving error" when try to use in Widget Extension. However it is working fine in iOS app.
Here is my code:
The text was updated successfully, but these errors were encountered: