Dan Mills

Results 3 comments of Dan Mills

Follow-up: I can confirm that wrapping the GraphQLServer constructor in a try/catch and simply printing exception.stack gets me the info I need (file & line number). No private properties required....

In case this helps anyone– It's possible to use an older version of react-native by using the 'rninit' command: ``` npm install -g rninit rninit App --source [email protected] ``` Then...

get_feed_tags returns null. On a lark I tried get_channel_tags and that *does* work. I don't understand the difference well enough to say if get_feed_tags should work or not.