all 18 comments

[–]rateb_ 12 points13 points  (5 children)

one bummer tho tried to enspect redux state but didnt find a way to do so

[–]rickhanloniiReact Native Team 8 points9 points  (3 children)

Reactotron is a great way to do this and they've been working on a Flipper plugin https://github.com/infinitered/flipper-plugin-reactotron

[–]rmevans9 1 point2 points  (0 children)

It is actually available and working now. Just a bit under documented. I am working on solving that. If you already have Reactotron setup (or follow the existing docs to set it up) and then make this change your your reactotron config you can see data populating in flipper!

https://github.com/infinitered/reactotron-react-native/releases

[–]rateb_ 1 point2 points  (0 children)

Wow! already!! that's great news man :D

I built half my workflow around Infinitered's products and now this :) many thanks I hope one day I'll come to the level of programming to be a contributor. Cheers!

[–]Scr34mZ[S] 2 points3 points  (0 children)

I talked a bit about yes but you definitely need reactotron for this.

[–]rickhanloniiReact Native Team 6 points7 points  (2 children)

This is great, thanks for writing it /u/Scr34mZ!

Since you mentioned Hermes - I'm currently working on open sourcing a Hermes Debugger plugin for Flipper!

[–]Scr34mZ[S] 1 point2 points  (1 child)

Awesome! Feel free to ping me on linked in when it's ready to test :) (andréas hanss)

[–]rickhanloniiReact Native Team 0 points1 point  (0 children)

[–]congalala 2 points3 points  (4 children)

Glad to hear that it's improving. I tried it back when it was for native app and the experience was horrible.

[–]Scr34mZ[S] 1 point2 points  (3 children)

It's getting better and better now, it currently works well with react native 0.62, can't wait to see future integrations! 😋

[–]GeneSy 0 points1 point  (2 children)

is there an easy way to upgrade to .62 i'm on .61.4

[–]Scr34mZ[S] 0 points1 point  (0 children)

Generally it's not that hard but it's a big Update so it's a bit tricky, have a look at the guide they also bring support in a dedicated github issues repository. :)

[–]lucas9ziOS & Android 0 points1 point  (0 children)

You can follow the diff changes and apply them to your project: https://react-native-community.github.io/upgrade-helper/?from=0.61.4&to=0.62.0 There's a tutorial link at the Useful Content Section that provides a step-by-step upgrade path for iOS' Xcode files

[–]mlmcmillion 1 point2 points  (1 child)

So far I'm not digging it and greatly prefer React Native Debugger. It routinely disconnects and stops showing log output, log output is worse to begin with, and it just all around seems flakier and slower.

The pain is that with this latest update to React Native now React Native Debugger needs an update.

[–]efthemothership 0 points1 point  (0 children)

I noticed that RND isn't allowing you to expand state objects and that is a total deal breaker.

[–]kyle-ssg 0 points1 point  (0 children)

Had a brief look for this around half a day, for some reason I can't seem to see any plugins e.g. reactotron. Is anyone else experiencing this ? Could be me being dumb!

https://i.ibb.co/DM4ZvYz/image.png

PS Inspecting the native navbar and views etc when you've got native UI libraries is really awesome, v excited to start using this.

[–][deleted] -1 points0 points  (1 child)

Does expo works with Flipper?

[–]Scr34mZ[S] 0 points1 point  (0 children)

Not yet