eftalyurtseven / react-native-wheel-of-fortune

React Native Wheel of Fortune Plugin
103 stars 89 forks source link

Feature reward text angle #17

Closed Rubinjo closed 3 years ago

Rubinjo commented 3 years ago

Added a new feature which lets you put the reward texts horizontally (see image below). I have also made this a prop so you also could go back to vertical. The Example folder and README have also been edited to adhere to the changes.

I have also edited two render sections, so _renderTopToPlay was used again (deleted in an earlier change, I think by mistake) and _textRender was used instead of a duplicate inline code (unused parameters were also deleted from the function).

Example from own project: image

eftalyurtseven commented 3 years ago

thank you for your contribution