The next stable version of the Titanium SDK is now available: 12.3.0.GA. Titanium SDK 12.3.0 is a minor release of the SDK, adding new features and fixing existing bugs:
- General: Official support for Node.js 18 and 20
- General: Module updates (e.g. hyperloop and ti.map)
- iOS: Support multi-scene applications (e.g. CarPlay and visionOS)
- Android: New camera handling using the official
CameraX
Jetpack library when you use a camera with an overlay. UseuseCameraX: true
to enable the new features (see the documentation for more information).
For a more detailed overview, known issues and closed issues, see the release notes: Titanium SDK 12.3.0.GA Release Note.
Install
Follow these steps to get SDK 12.3.0.GA:
- Install the CLI with
[sudo] npm i -g titanium alloy
- Run
titanium sdk install 12.3.0.GA
- Set
<sdk-version>12.3.0.GA</sdk-version>
in yourtiapp.xml
Report Bugs
If you run into any issues that seem related to the update, please report them on GitHub.
How can I support?
If you like our work and want to support, think about a donation or to contribute with your time and code.