The official app for testing and exploring Lynx. It is featured in Lynx Quick Start Guide at https://lynxjs.org/guide/start/quick-start.html.
The dir consists of two main parts:
- Native applications (Android/iOS/Harmony/Windows/macOS) that provide the runtime environment
- ReactLynx-based web applications that run inside the native apps
If you want to build and run the native applications from source, please refer to the platform-specific dirs and guides:
Contains the native Android apps that integrated Lynx. See Android Build Guide for instructions.
Contains the native iOS apps that integrated Lynx. See iOS Build Guide for instructions.
Contains the native Harmony apps that integrated Lynx. See Harmony Build Guide for instructions.
Contains the native Windows apps that integrated Lynx. See Windows Build Guide for instructions.
Contains the native macOS apps that integrated Lynx. See macOS Build Guide for instructions.
If you already have a built Lynx Explorer app (or any other Lynx-integrated environment), you can focus on developing the Lynx screens that run inside it. There are currently two screens:
Contains the home screen of Lynx Explorer implemented with ReactLynx. This is the entry point of the application.
Contains the showcase screen of Lynx Explorer implemented with ReactLynx. This demonstrates various Lynx features and capabilities by integrating the official Lynx examples at https://github.com/lynx-family/lynx-examples.