Turn your favorite Kaboom.js game into a hit app on iOS and Android!
Kaboom To App is powered by Expo, a modern library that allows users to build React Native apps fast! We installed a shell of an expo app, which can be later edited and converted to match your dreams.
To use the Kaboom App, follow these steps. Node JS must be installed (globally, preferably), along with npm:
- Clone the repository to your local machine.
- Rename the
YourAppNameHere
directory to your app's name - Enter that directory with
cd
- Install the necessary dependencies by running
npm install
. - Copy and paste your Kaboom.js code into the
kaboomPlaceholder
file below the comment to//put your kaboom code here
- Start the development server by running
npx expo start
. - Open the Expo Go app on your iOS or Android device.
- Scan the QR code displayed in the terminal or in the Expo Dev Tools.
- Enjoy playing your Kaboom.js game as a mobile app!
For customization of the app's name and icon, edit the app.json
file. Follow these instructions to learn more about configuration of this file.
Open an issue with anything you feel needs to be changed/fixed/investigated. Or, if you're feeling up to it, make a PR!
This is a toy project for an afternoon, so if it helps you, please make sure to star and follow.