docs: point the README at the native iOS and Android SDKs - #62
Merged
Merged
Conversation
#54 scoped the README to React Native while the native SDKs were unreleased. 0.10.0 published them (SwiftPM, CocoaPods, Maven Central), so bring them back -- as a real getting-started path rather than the two bare links #54 removed. - Intro names React Native, iOS, and Android. - Getting started installs the CLI once, then splits by app type, with a path for iOS or Android without React Native and links to the native playgrounds. - The scheme sentence no longer implies it's read only from app.json; the CLI also reads Info.plist and build.gradle. - Packages lists AppductCore and com.callstack.appduct:core/core-noop. - Support states the native minimums, including Xcode 16.3 for Swift Package Manager (the manifest is swift-tools-version 6.1). No version numbers are added, so nothing here needs updating per release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.10.0 published the native SDKs (Swift Package Manager, CocoaPods, Maven Central), and they've been confirmed working in fresh apps. This brings them back into the README, which #54 had scoped to React Native while they were unreleased.
Rather than restoring the two bare links #54 removed, this gives apps without React Native a real getting-started path:
app.json. It also readsInfo.plistandbuild.gradle, so native apps need no configuration either — the wording now says so.AppductCoreandcom.callstack.appduct:core/core-noop.Package.swiftisswift-tools-version: 6.1, which ships with Xcode 16.3 (per swift.org).No version numbers are added, so nothing here needs touching on future releases. tvOS and macOS are left out: the package declares them, but they haven't been verified in an app.
check:linkspasses.