# Lynx Explorer The official app for testing and exploring Lynx. It is featured in Lynx Quick Start Guide at . The dir consists of two main parts: 1. Native applications (Android/iOS/Harmony/Windows/macOS) that provide the runtime environment 2. ReactLynx-based web applications that run inside the native apps ## Building the Native Apps If you want to build and run the native applications from source, please refer to the platform-specific dirs and guides: ### android/ Contains the native Android apps that integrated Lynx. See [Android Build Guide](android/README.md) for instructions. ### darwin/ios/ Contains the native iOS apps that integrated Lynx. See [iOS Build Guide](darwin/ios/README.md) for instructions. ### harmony/ Contains the native Harmony apps that integrated Lynx. See [Harmony Build Guide](harmony/README.md) for instructions. ### windows/ Contains the native Windows apps that integrated Lynx. See [Windows Build Guide](windows/README.md) for instructions. ### darwin/macos/ Contains the native macOS apps that integrated Lynx. See [macOS Build Guide](darwin/macos/README.md) for instructions. ## Developing the Bundled Lynx Projects 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: ### homepage/ Contains the home screen of Lynx Explorer implemented with ReactLynx. This is the entry point of the application. ### showcase/ Contains the showcase screen of Lynx Explorer implemented with ReactLynx. This demonstrates various Lynx features and capabilities by integrating the official Lynx examples at .