Fork me on GitHub
#cljsrn
<
2016-02-25
>
rnandan27307:02:51

any suggestions for material design library to use in react native apps?

pesterhazy11:02:11

@adamfrey: yeah, works fine

pesterhazy11:02:59

it's all async, as the name implies

daveliepmann13:02:10

Hey folks, any idea why (str (.-width (.get (.-Dimensions js/React) "window"))) would cause 'NSInternalInconsistencyException', reason: 'put reactNavSuperviewLink back' ?

daveliepmann13:02:34

I'm trying to make sure I have a valid value for the width of the window before using it for styling

adamfrey22:02:59

@seantempesta thanks for your react-native-router-flux example. have you had any luck passing params to the new routes when you transition to the new route via e.g. (.tabbar Actions)? I can’t get any of the params I pass to show up in the route. There’s some complicated param handling code here that I don’t quite understand: https://github.com/aksonov/react-native-router-flux/blob/master/Actions.js#L46