There are two ways to get Wordle LOTR running on your device. The quickest path is to download the pre-built APK and sideload it onto any Android device — no developer tools required. If you want to run the app on iOS, experiment with the code, or contribute to the project, you can clone the repository and build it locally using Expo and Node.js.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/PixelGenetics/Wordle-LOTR-RN/llms.txt
Use this file to discover all available pages before exploring further.
Install via APK
Download the APK
Download the latest Wordle LOTR APK from Google Drive:Download Wordle LOTR APK →Once the file has downloaded, open it from your notifications bar or your device’s Downloads folder to launch the installer.
Handle the security prompt
Android may display a security warning because the APK comes from outside the Play Store. You have two options:
- Skip the scan: Tap More details, then select Install without scanning to proceed immediately.
- Allow Android to scan: Tap the scan option and wait a few minutes while Google Play Protect checks the file. The installation will continue once the scan completes.
The pre-built APK targets Android only. iOS does not support sideloading outside of TestFlight or the App Store, so iPhone and iPad users must build the app from source using the steps below.
Build from Source
Install prerequisites
Make sure the following tools are installed on your machine before continuing:
- Node.js 18 or later — nodejs.org
- Git — git-scm.com
npx expo, which is included when you install the project dependencies.Build and run on Android
A connected Android device or a running Android Studio emulator is required. Make sure Android Studio and the Android SDK are installed, then run:Expo will compile the native Android project and deploy it to your device or emulator automatically.