Fork me on GitHub
#cljsrn
<
2016-06-14
>
seantempesta02:06:16

@vikeri: thanks for your help. Once I shimmed the functions everything started working again. Although I think I’m now hitting the problem you described earlier about NavigationExperimental scenes not updating. Would you mind generating a patch I could apply?

vikeri06:06:47

I had some other issues with it though, like rendering the scene twice ontop of itself which resulted in being super laggy.

jinsolkn11:06:37

how to require toolbar-android i first try (def toolbar-android (def toolbar-android (r/adapt-react-class (.-ToolbarAndroid ReactNative))) and (def ToolbarAndroid (js/require “ToolbarAndroid”))

vikeri12:06:01

(def react-native (js/require "react-native”))
(def toolbar-android (r/adapt-react-class (.-ToolbarAndroid react-native)))

vikeri16:06:46

Anyone got a good story for ”responsive design” in RN?

savelichalex17:06:16

@vikeri: what the problem?

vikeri18:06:13

@savelichalex: To for example make font smaller for smaller screens. To tweak different sizes to make sure that my layout looks good on different screen sizes.

vikeri18:06:44

I know one way to solve it but I’m just curious to see how other people are doing it.

savelichalex19:06:36

@vikeri: I thought that «points» solve this problem. Interesting in your cases