In React Native component I'm getting following TS error:
No overload matches this call.Overload 1 of 2, '(props: Omit<Omit<TouchableOpacityProps & RefAttributes & { color: string; }, never> & Partial<Pick<TouchableOpacityProps & RefAttributes<...> & { ...; }, never>>, "theme"> & { ...; } & { ...; } & { ...; }): ReactElement<...>', gave the following error.
how to fix that ?