Fork me on GitHub
#cljsrn
<
2017-04-28
>
zlrth19:04:21

(i’m using re-natal)

zlrth20:04:37

ah, i looked at https://github.com/drapanjanas/re-natal/blob/master/re-natal.coffee and pasted match(/index\\..*\\.map$/) into my copy of node_modules/react-native/packager/src/Server/index.js which is the file that re-natal enable-source-maps modifies. seems to work

zlrth20:04:21

ah, on my machine, the file is located

node_modules/react-native/packager/react-packager/src/Server/index.js
not
node_modules/react-native/packager/src/Server/index.js
here.

zlrth20:04:38

… aaaand according to this pull request[0], i am using an out-of-date version of react-native. welp! dang it all. [0]https://github.com/drapanjanas/re-natal/pull/102