ufosc / OSC-Proximity-Chat-App

Talk to the people closest to you. An open source React Native app that combines location and communication into one.
https://osc-proximity-documentation.vercel.app/
GNU General Public License v3.0
43 stars 100 forks source link

Randomize username #275

Closed CarterNosek closed 3 weeks ago

CarterNosek commented 3 weeks ago

Added useEffect to userContext that sets the user display name to a randomly generated one, using the GenerateName script from utils/scripts.js. Then added user component to ChatScreen and set the display name to the previously mentioned username.