Fork me on GitHub
#cljsrn
<
2016-02-22
>
artemyarulin07:02:47

has anybody tried latest RN with hot module reloader?

cldwalker14:02:42

@sherbondy: See https://github.com/artemyarulin/react-native-externs. In 0.20, RN cleaned up some of its interface with babel - https://github.com/facebook/react-native/commit/e6cb02d61af82832016bafb259a1b0d3039a357e. I see babel has a commonjs plugin. Unclear if this can be wired up in such a way that the packager emits something closure-consumable

mfikes16:02:50

@sherbondy: The most recent thing I recall on @providesModule that looked promising is: https://twitter.com/sebmarkbage/status/674392365260341248

andrewboltachev20:02:04

Hi. Is there an example of Navigator's :renderScene working properly in React Native already?

andrewboltachev20:02:27

I found in (in logs there), that one might got it working by re-binding parent and reconciler dynamic vars manually. Will try in a second

andrewboltachev21:02:56

UPD: This thing were considering OmNext components, not ad-hoc ones like view or text. But these don't work for me for some reason.

andrewboltachev22:02:04

What's name of component usually used for navigation (i.e. which displays name of current scene and buttons such as "back")? Is it single native component (not buttons or something, but component itself) or composite one?