infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.69k stars 935 forks source link

feat(custom-commands): Expand custom command arg with placeholder and… #1456

Open szpanel opened 3 months ago

szpanel commented 3 months ago

Please verify the following:

Describe your PR

Recently I dealt with RN upgrade in our project and I started looking around for dev tool alternatives and I found Reactotron. After I configured it seamlessly in our project, I started playing around with custom commands and thought it would be cool to have an input whose data isn't visible. That's why I decided to contribute.

I'm moderately satisfied with the example I added to the ReactotronConfig because it's not perfectly intuitive, but I'm counting on your opinions.

I noticed comments in custom-commands so I refactored a little.