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 guys !
I'm just trying to use the RNMK, but i got a little problem. I got this in the render function of one of my components (the home page) :
<ColoredRaisedButton
onPress={() => this._navigate()}>
<Text pointerEvents="none"
style={{color: 'white', fontWeight: 'bold',}}>
TO GAMES CARDS
</Text>
</ColoredRaisedButton>
<ColoredRaisedButton onPress={() => this._navigatetogame()}>
<Text style={{color: 'white', fontWeight: 'bold',}}>Game API</Text>
</ColoredRaisedButton>
This two buttons are quite cool, but on iOS only. When i'm trying to launch my android app, this same component don't work well since those two button are just unclickable (and btw bordered with a strange red line). I tried it on multiple devices, virtual or real ones, same problem.
I don't think i've saw anything in the README about that (but it's 4am so maybe it's just me).
Thanks in advance :)
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.