Skip to content

irjayjay/rn-expo-game-playground

Repository files navigation

Expo game engine playground app

This is an Expo project created with create-expo-app.

Get started

***** NB: USE NVM:

  • Always use NVM and always install it like: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash, not through npm or another method.
  • Never sudo npm install -g..., as sudo messes up your permissions, causing all sorts of other issues -- you'll have to uninstall and reinstall without sudo later.
  1. Install NVM

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

    then:

    nvm install --lts
    nvm use --lts
  2. Install dependencies

    npm install
  3. Start the app

    npx expo start -c

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

About

Playing around with RN, Expo and React Native Game Engine - dirty code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published