j-rayhan

Results 2 comments of j-rayhan

Hi @va-p Why do you need to add "onSelectChange" function? I used "onSelect" function with react-hook-form "onChange" it works fine and handles all form validations.

Same problem **Doesn't work with Flatlist item** ``` import React from 'react'; import { View, StyleSheet, Dimensions, FlatList, Image, Animated } from 'react-native'; import MaskedView from '@react-native-community/masked-view'; import Svg, {...