A framework for building native applications using React
Upgrade Flipper version (#27837)
Summary: Depends on https://github.com/facebook/react-native/issues/27833. Updates the Flipper version to the most recent release. ## Changelog [Android] [Changed] - Upgrade Flipper version in default template Pull Request resolved: https://github.com/facebook/react-native/pull/27837 Test Plan: This is a bit annoying, but I can't test this against the 0.62-rc.0 version. I tried patching it by running `react-native init --version 0.62.0-rc.0 testproj`, which would fail because of a missing androidx dep. After adding `implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'` to the deps, that was fixed but now after updating, `libfbjni.so` is missing because my PR https://github.com/facebook/react-native/issues/27729 isn't part of the RN dependency yet. Given that this mirrors the RNTester app, I'm pretty confident that the change here is otherwise correct and will work on top of master with the most recent template changes. Differential Revision: D19619365 Pulled By: passy fbshipit-source-id: 5723bd105ab3ab86b7f00e1a26e29e1e9dc58290
P
Pascal Hartig committed
939df8a01da09fd18baa4e66e2babd438db0ea8d
Parent: 044991a
Committed by Facebook Github Bot <[email protected]>
on 1/29/2020, 2:29:48 PM