xinthink on master
refactor type definition update document (compare)
xinthink on v0.5.1
xinthink on master
upgrade to android studio 3.3 (compare)
xinthink on master
rewrite RadioButton in TS (compare)
xinthink on master
upgrade eslint setting up typescript refactor Button, replaced build… and 7 more (compare)
xinthink on typescript
rewrite Switch component in TS remove useless code (compare)
xinthink on typescript
refactor Button, replaced build… (compare)
xinthink on typescript
upgrade gradle and android stud… upgrade react-native upgrade eslint and 1 more (compare)
Hi all, I'm facing an issue while testing my components with dependencies to this module. I have a component that uses MKButton, but when I run test on this component, the dependency seems to not be transpiled and i get this error :
.../node_modules/react-native-material-kit/lib/index.js:4
export {
^^^^^^
SyntaxError: Unexpected reserved word
rippleColor
, but I don't see this in the MKButton.button().build()
I'm using
Hello all. May anyone help me install react-native-material-kit? I have trouble with standart way. I'm installed it with /npm install -S react-native-material-kit
react-native link react-native-material-kit/
And then imported / import { MKTextField } from 'react-native-material-kit'; /
I got error: Cannot convert undefined or null to object (Function.defineProps -> Function.getOwnPropertyNames)
I don't build any textfield, i just import module.