How to Install Flipper on Ubuntu
Flipper is a tool used for debugging Android, iOS, and react native apps. It is backed by Facebook and is popular among mobile app developers. Let’s check how to install Flipper on Ubuntu.
First of all go to the official website and download the zipped file.
Extract the downloaded zipped file and open your terminal from the extracted folder location. Execute the following command.
./flipper
The flipper will be opened and you can start debugging with it.
I hope you find this blog post helpful.