Change in SwiftUI code not reflecting in Android #645
Unanswered
sharanraj6
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
That's certainly unexpected! Re-running should certainly be showing any changes you make. Can you try just performing a Clean rebuild and seeing if that helps? And maybe check the Report Navigator to see if there were any errors or issues reported when the Android side built? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I’m just getting started with Skip, and I’ve been following the setup instructions to create a new Skip Fuse project using Skip version 1.7.7.
It’s created a starter project with the “Hello Skipper!” app.
Since I’m used to iOS, I was really eager to see if I could run the same SwiftUI code on Android.
However, I ran into a snag when I tried to experiment with the code and compare the UI differences.
The changes in the SwiftUI code were working in the iOS simulator, but not on the Android emulator.
It only worked after completely uninstalling and reinstalling the app on Android emulator again through Xcode.
If anyone can help me figure out what’s going on, I’d be grateful!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions