Prerequisites
Before you begin developing with Zynth, ensure your environment meets the following requirements.
Node.js
Zynth requires Node.js 18.x or higher. We recommend using the latest Long Term Support (LTS) version.
Package Manager
We use Yarn for managing the Zynth framework and its dependencies. Ensure you have Yarn installed globally:
$ npm install -g yarn
Platform-Specific Requirements
iOS
- macOS (Required for iOS development)
- Xcode 15+
- CocoaPods
- xcodegen
Android
- Android Studio (Ladybug or newer)
- Android SDK Platform 35
- Java Development Kit (JDK) 17
Detailed setup instructions for each platform can be found in the Installation guide.