Closed
Description
Overview
This issue is to track items to get Flipper enabled for 0.62.
RNTester Integration
- Android works with Flipper in RNTester
- This should be working as of [flipper] Fix RNTester integration with Flipper #27482
- May also need Integrate Flipper in RNTester on Android #27631
- iOS works with Flipper in RNTester
Default Template Integration
- Android - Can install app from template and use Flipper by default.
- iOS - Can install app from template and use Flipper by default
Upgrade Flipper SDK Version
- Android - Can use latest Flipper version
- iOS - Can use latest Flipper version
- Should be done by Fix Flipper integration on iOS and update it #27426
Upgrading
- Address pod install speed with openssl Edit: addressed here
- Address swift inclusion
- See: Fix Flipper integration on iOS and update it #27426
- Removed in 8f93ded
- Clean up upgrade requirements
- Using Flipper with default RN template
- See Flipper for React Native 0.62 #27565 (comment)
- Address React Devtools issue
- React devtools plugin for Flipper is blank
- Make sure the upgrade tool works well for this release
react-native upgrade
has gradually become completely useless #27879 - Figure out use_framworks support
Documentation
- Add React Native the Flipper website
- Add documentation to the website
- Adding Flipper to new projects (mention included by default after 0.62)
- Adding Flipper to existing projects
- In Flipper Docs
Commits to Cherry Pick
- Dec 5 - fix build failure due to duplicate libc++_shared.so
- Dec 6 - Fix Flipper integration on iOS and update it
- Dec 12 - Edits to flipper pods comments
- Dec 16 - Fix RNTester integration with Flipper
- Dec 17 - Remove NativeRunnableDeprecated
- Jan 14 - clang-format cpp
- Jan 21 - Migrate to FBJNI
- Jan 21 - Fix BUCk build
- Jan 28 - Use new Flipper SDK (android)
- Jan 29 - Integrate Flipper in RNTester on Android
- Jan 29 - Upgrade Flipper version in tempalate
- Jan 30 - initalizeFlipper should be set in template app by default
- Feb 3 - Remove empty swift file
- Feb 5 - Add androidx.swiperefreshlayout to RNTester build.gradle
- Feb 12 - Integrated Flipper in RNTester iOS