MCPcopy Create free account
hub / github.com/dabbott/react-native-express / useStateArray.js

File useStateArray.js

examples/files/hooks/useStateArray.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useState } from 'react'
2import { View, Text, Button } from 'react-native'
3
4const randomDiceRoll = () => Math.floor(Math.random() * 6) + 1

Callers

nothing calls this directly

Calls 1

randomDiceRollFunction · 0.85

Tested by

no test coverage detected