This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed By: passy Differential Revision: D64713435 fbshipit-source-id: 549f175c74d0e87d4324f94980570ac87ec27bd8
- Loading branch information
1 parent
c9690be
commit 750b679
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Changes to Flipper's Open Source Repository | ||
author: Anton Kastritskiy | ||
author_title: Software Engineer | ||
author_url: https://github.com/antonk52 | ||
author_image_url: https://github.com/antonk52.png | ||
tags: [flipper, oss, github] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
# Changes to Flipper's Open Source Repository | ||
|
||
Flipper has been an integral part of the mobile development process at Meta for years. We've been proud to share our internal tool with the open source community, and it has been amazing to see how it has grown and evolved over time. | ||
However, we have some important changes to announce regarding Flipper's open source repository. | ||
|
||
## Archiving the Repository | ||
|
||
The Flipper repository is going to stop receiving updates and bug fixes. Later this year, we plan to archive the repository. This means that the repository will remain available in an archived state, but it will no longer be possible to create new issues, pull requests, or make changes to the code. You will still be able to clone or fork the repository and build Flipper from source code. | ||
|
||
While Flipper's repository will be archived. The source code will remain available to view or to fork. | ||
|
||
## 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). | ||
|
||
|
||
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. | ||
|
||
We want to thank everyone who has supported and contributed to Flipper over the years! | ||
|
||
The Flipper team |