react-native-material-kit
react-native-material-kit copied to clipboard
MKCheckbox "TickView" does not exist
I've imported MKCheckbox and wanted to use it but it is giving me the error
invariant violation: native component for "TickView" does not exist
import { MKTextField, MKCheckbox } from 'react-native-material-kit';
<MKCheckbox/>

Have you ran "react-native link" ?
Has this problem been solved?