-
Based on design for a new feature create the UI and some basic functionality (textinput handlers text changes, switches, etc.)
-
Create a function that turns a random string from lowercase to uppercase. For example, if the coming string is ‘lowkey’, the outcome should be ‘LOWKEY’. To spice up this challenge, usage of the .toUpperCase() method is not allowed.
The task was implemented with Typescript and React Navigation without Expo.
- sending message (https://vimeo.com/533761524, https://vimeo.com/533761636)
- creating, editing, sending a poll (https://vimeo.com/533761592)
- voting in the poll widget (https://vimeo.com/533761592)
- on the right side of the message text field if to press an icon will appear alert with the result of the uppercase function (https://vimeo.com/533761618)
npx react-native run-ios