DEV Community

22catch22
22catch22

Posted on

My 'Quote-O-Matic' program has hit a snag

I have a problem.

A few days ago, I started working on a little program for React-Native I called "Quote-O-Matic". It's simple enough; the user pushes a button, and the program would display a random inspirational quote from the program's JSON file.

At first, it went smoothly. With a day, I got the quote-selection code working perfectly. I pushed the button, and a random quote would show up on the console. Problem is, I don't know how to display them to the user. Everytime I push a button, the screen remains quoteless.

Any words of advice?

Top comments (0)