DEV Community

skptricks
skptricks

Posted on

3

React Native Convert Text to Upper Case or Lower Case on Button Click

Source : React Native Convert Text to Upper Case or Lower Case on Button Click

This tutorial explains how to convert text to upper case or lower case on button click in react native application. In this example we are going use toUpperCase() and toLowerCase() Javascript function to convert upper case or lower case letter in react native application.
toUpperCase() is used to convert all the text component text to Upper Case (Capitalize).
toLowerCase() function is used to transform all text into lower case.

Click here to read more

Image of Datadog

How to Diagram Your Cloud Architecture

Cloud architecture diagrams provide critical visibility into the resources in your environment and how they’re connected. In our latest eBook, AWS Solution Architects Jason Mimick and James Wenzel walk through best practices on how to build effective and professional diagrams.

Download the Free eBook

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay