GM-Mobile is the player answer to our Game Master role playing framework. Working in conjunction with our desktop app our own backend game/accounts API a Game Master and Players can feel even more immersed in their gameplay experience with event push notifications, character creation, and inventory management.
- React-Native
- React-Native Navigation
- Eslint
- Jest
- Enzyme
- Clone down repo
npm install
from root directory- Download
expo
app to a mobile device or open in IOS/Android Simulator
- If IOS/Android make sure Xcode or Java is up to date
npm start
and visit the browser window up opened byexpo
- For
expo
on mobile, open the app and select scan QR code then scan from browser tab - For simulator on desktop, go to browser tab and make sure select to run IOS or Android respectively
- The
Javascript
will compile then run
GM-Mobile uses Jest and Enzyme for all testing purposes
npm test
from the associated root directory
Cross-Pollination Project from the Turing School of Software & Design