Releases: workspace-sh/react-native-source-editor
Releases · workspace-sh/react-native-source-editor
v0.1.0 — iOS + macOS shipping
First milestone tag for @workspace-sh/react-native-source-editor. Both target platforms shipping; library not yet on npm (install via local path until v1.0).
Highlights
- iOS via Expo CNG — drop in via the bundled config plugin; cocoapods-spm bridges STTextView automatically during
expo prebuild. - macOS via bare react-native-macos 0.81 — wires STTextView through React Native's first-party
spm_dependencyhelper, sidestepping the cocoapods-spm × Xcode 26 regression. - Fabric / New Architecture on both platforms.
- Syntax highlighting for plaintext, Markdown, JSON, JavaScript, TypeScript, HTML.
lineNumbersgutter toggle — runtime-settable, no remount required.- Two runnable example apps demonstrating both toolchains side by side.
Install
The library isn't on npm yet (reserved for v1.0). Install via local path:
npm install /path/to/react-native-source-editorSee docs/installation.md for the SPM bridging setup (different per toolchain).
Full changelog
See CHANGELOG.md — covers all merged work since project bootstrap (PRs #11–#31).