Lukas
Lukas
I implemented this Feature #28 . It was a great first issue!
@filiptrplan feel free to continue this issue.
I had the same issue, but the cause was another babel plugin: `@babel/plugin-proposal-class-properties` Removing it fixed this issue for me
The reason is that react-native is using the untranspiled typescript files from `node_modules/reactotron-core-client/src/`. That way you get every ts error from that code. A workaround from user side is to...