import { Text } from 'react-native'; export function split(string, length = 1000) { // Split text into individual words and count length const words ...
確定! 回上一頁