How to change particular word color in React Native Text
Please check the image- how can I do that in my react native app import React, { useContext, useState } from 'react'; import { View, Button, Text, StyleSheet, Switch} from 'react-native'; const Testing = ({ navigation }) => { return…