Summary: Restyle of page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: aigoncharov Differential Revision: D36373984 fbshipit-source-id: 0d0dd4232fc69a771c47c344b5c848d99d8cd0cb
18 lines
1.8 KiB
Plaintext
18 lines
1.8 KiB
Plaintext
---
|
|
id: stetho
|
|
title: Stetho Guidance
|
|
sidebar_label: Stetho Guidance
|
|
---
|
|
|
|
In 2015, Facebook (now Meta) introduced [Stetho](http://facebook.github.io/stetho/), an Android debugging bridge built on top of [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/). While it was a valuable tool to members of the community, it was felt that it was limited in what could be achieved with it. Stetho is Android-only and while Chrome DevTools (which was built for Web Developers) provides a nice foundation to build upon, their capability was also limited.
|
|
|
|
Flipper has been built as a standalone app that provides functionality such as handling adb connections and supporting iOS, which weren't easily achievable with Stetho.
|
|
|
|
Flipper has been built to create a platform that provides all the flexibility needed to build more advanced features and support for iOS. One of Flipper's core concepts is its extensibility using [plugins](tutorial/intro.mdx). Plugins are written in React and provide a set of ready-to-use UI components that allow Developers to build great plugin UIs with a few lines of code. While offering many new features, Flipper also already covers most of the features provided by Stetho, such network and layout inspection and an advanced log viewer.
|
|
|
|
Meta is committed to continuously improving Flipper with new features and plugins.
|
|
|
|
Meta is aware that not all Stetho features are currently supported by Flipper. If you are using a particular feature of Stetho which isn't supported by Flipper, please post details of your use case in the [Flipper Support](https://fb.workplace.com/groups/flippersupport) Workplace group. Meta is confident that Flipper will work well for most use cases and are more than happy to accept contributions from the open-source community.
|
|
|
|
Stetho will continue to be used, enabling you to choose the tool that fits your needs best.
|