Skip to content

nruotsal/react-native-dice

Repository files navigation

React Native Dice

Prerequisites

npm install expo-cli -g

Development

Install dependencies

yarn install

Start Expo

expo start

Testing

Run linter

yarn lint

Run tests

yarn test