Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Add link to React Native DevTools in blog post #5677

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/blog/2024-10-24-changes-to-oss-flipper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ While Flipper's repository will be archived. The source code will remain availab

## Why?

When Flipper was initially created, it was intended to fill a gap in native developer tooling. It was first open sourced in 2018, over 7 years ago. The native tooling capabilities have improved since then, and more people have stopped reaching for Flipper when doing native development. React Native removed Flipper from its default boilerplate in [v0.74](https://reactnative.dev/blog/2024/04/22/release-0.74#removal-of-flipper-react-native-plugin) and recently announced React Native DevTools. Nowadays, you can use alternative tools to reproduce Flipper's capabilities. We recommend checking out this [blog post](https://shift.infinite.red/why-you-dont-need-flipper-in-your-react-native-app-and-how-to-get-by-without-it-3af461955109).
When Flipper was initially created, it was intended to fill a gap in native developer tooling. It was first open sourced in 2018, over 7 years ago. The native tooling capabilities have improved since then, and more people have stopped reaching for Flipper when doing native development. React Native removed Flipper from its default boilerplate in [v0.74](https://reactnative.dev/blog/2024/04/22/release-0.74#removal-of-flipper-react-native-plugin) and recently announced [React Native DevTools](https://reactnative.dev/docs/react-native-devtools). Nowadays, you can use alternative tools to reproduce Flipper's capabilities. We recommend checking out this [blog post](https://shift.infinite.red/why-you-dont-need-flipper-in-your-react-native-app-and-how-to-get-by-without-it-3af461955109).


As a result, support for Flipper has been deprioritized, and Flipper no longer has a dedicated team to support it. While we are sad to see this chapter come to an end, we are proud of what we have accomplished and grateful to the community for their support.
Expand Down
Loading