jdegand / react-native-tenzies

React Native Tenzies Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Tenzies

This is a react native conversion of my tenzies app. Used a different implementation of React Confetti and had to replace nanoid with react-native-random-uuid. This was a quick fix and better packages for random id generation exist. The React Confetti cannon package can have some performance issues so I limited the confetti to 100 pieces versus the 200 standard. From the original app, I changed the placement of the won message to above the roll button and changed the styling to prevent the layout shift caused from the win message being conditionally rendered.

Screenshots





Useful Resources

About

React Native Tenzies Game


Languages

Language:JavaScript 100.0%