skip icon indicating copy to clipboard operation
skip copied to clipboard

Skip transpiler for creating SwiftUI apps for iOS and Android

Results 111 skip issues
Sort by recently updated
recently updated
newest added

skip init --appid=com.adhamsdiscovery.HelloSkip hello-skip Hello-Skip Initializing Skip application hello-skip [✓] Resolve dependencies (13.04s) [✗] Build hello-skip (6.45s) [✓] Check Swift Package (0.17s) [✓] Created module Hello-Skip in /Users/adhammuhammadjonov/devs/hello-skip [✗] Skip...

I'm not entirely sure what happened, but I recently updated to the latest Skip version and started getting the following error when trying to compile my project in Xcode. ```...

project
setup

I have been trying out skip on a small a modular project that's started giving a gradle error. It started when I added a dependency on Model to the API...

documentation
enhancement
configuration

Hello Team, i am trying hello world app with Skip. i m stuck on the build script for android it throws this error. > Inconsistent JVM-target compatibility detected for tasks...

I noticed the problem after creating a lazy var inside a function. Swift: `func example() {` ` lazy var lazyVariable = { return Int.random(in: 1...10) }` ` print(lazyVariable)` `}` Transpiler...

transpilation

Here: ``` public var body: some View { Form { Section { TextField("Amount", value: $checkAmount, format: .currency(code: Locale.current.currency?.identifier ?? "USD")) } Section { Text(checkAmount, format: .currency(code: Locale.current.currency?.identifier ?? "USD")) }...

good first issue
help wanted

## Problem I just set up Skip on my laptop and forgot to open the Android emulator before building the `hello-skip` test app in Xcode. This obviously failed but somehow...

Metadata: - Device: Mac mini 2023 - Chip: Apple M2 - RAM: 8 GB - macOS: Sequoia 15.0 (24A335) - Homebrew 4.3.24 I'm encountering an issue trying to install skip...

setup

![Снимок экрана 2024-09-19 в 18 24 00](https://github.com/user-attachments/assets/2ceeb629-a5a4-410e-a2ab-249d7f55af1f) Doesn't support most initializers

![Screenshot 2024-08-23 at 6 47 57 PM](https://github.com/user-attachments/assets/e9e65323-5693-4328-be91-25ecaec48288)