CPSC340A
Database Systems

Activity 16

React Native

Use React Native to create a simple version of the game Lights Out. The game consists of a grid of lights. When you you click a light, the light and its four neighbors toggle. That is, if the light is on, it becomes off; if the light is off, it becomes on.