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)
ndk-build binary cannot be found, check if you've set $ANDROID_NDK environment variable correctly or if ndk.dir is setup in local.properties
I have issue when run project rnmk-demo
: https://github.com/xinthink/rnmk-demo2016-06-20 08:58:33.234 [warn][tid:main][RCTTextField.m:87] Error setting property 'text' of RCTTextField with tag #865: Native TextInput(fgghhjjggftttt) is 4 events ahead of JS - try to make your JS faster.
@cablegunmaster I also tried this but doesn't retain the default style. <AccentColoredRaisedButton style={this.style, {backgroundColor="blue"}}>
<Text pointerEvents="none" BUTTON</Text>
</AccentColoredRaisedButton>
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 :)