[native] [29/40] RN 0.70: Patch react-native-firebase to avoid importing ViewPropTypes
Summary:
The new version of React Native finally removed this export. We're using an ancient version of react-native-firebase, context on why here.
The right long-term solution is to migrate all of our Android notifs logic to be using our own modules, but in order to unblock the React Native update I'm just patching this now.
Depends on D5923
Test Plan:
- Confirm JS error due to ViewPropTypes import no longer occurs
- Tested along with whole stack: test plan (includes testing notifs on Android)
Reviewers: marcin, tomek, bartek
Subscribers: atul
Differential Revision: https://phab.comm.dev/D5924