AkilUnik
AkilUnik
Hii i am building a voice based language learner app in which i use this library i manage this by splitting text and based on that i manage some states...
`import React, { memo } from "react"; import { Marquee } from "@animatereactnative/marquee"; import { Image, View } from "react-native"; import { hp } from "../../../utils/dimensions"; import { COLORS }...
`import {Image, StyleSheet, Text, TouchableOpacity, View} from 'react-native'; import React from 'react'; import {RFValue} from 'react-native-responsive-fontsize'; import {captureRef} from 'react-native-view-shot'; const SettingScreen = () => { const imageRef = React.useRef(null);...