Skip to content

How To Retrofit my Existing App to Skip #52

Answered by marcprux
davidakoontz asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer is that Skip, at this early stage, is best suited to new, greenfield apps. That doesn't mean that you can't bring over your existing SwiftUI and business logic, it just means that you'll need to migrate it yourself.

We'll be writing a blog post and more documentation on this topic soon. In short, we envision the path from an existing iOS app to a dual-platform iOS/Android app using Skip will look something like this:

  1. Create a new Skip project with skip init --appid=… project-name AppName ModuleA ModuleB ModuleC …. See https://skip.tools/docs/gettingstarted/
  2. Take your existing app and move over the code, file by file, into the appropriate ModuleX module (for business logi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants