import React from "react"; import { Text } from "@jobber/components-native"; export function TextNestedBold() { return ( This is bold inside a sentence. ); }