#5660·flipper

Question: Is it possible to make a setup example for android kotlin with network plugin?

Author: twbocCreated Jul 26, 2024Updated Nov 5, 2024

I recently implemented flipper for ios react-native app debugging. So far I can see my network requests coming from a iPhone simulator.

Unfortunately I have not been so successful with android kotlin version. I managed to connect flipper and get logs and crashes through adb but the network plugin is not working.

It is added as part of dependencies and I initialise so the app compiles. Unfortunately I cannot see any requests. Tried different solutions but with no luck.

The error I am getting is similar to the one reported here -> Flipper requests not showing - flipper issues

This is also complicated with the fact that I am using OkHttp.

Although I have put everything in place (in my opinion) and the code complies the requests are not showing.

QUESTION: Is it possible for anyone to create a react-native example using kotlin like the one in here. Android Java Example react-native app

I asume this would be beneficial for other developers in the future.