jiti-meet/react/features/mobile
Leonard Kim 486e8e35d9 ref: move all prop type declaration to flow
For the most part the changes are taking the "static propTypes" declaration off
of components and declaring them as Flow types. Sometimes to support flow some
method signatures had to be added. There are some exceptions in which more had
to be done to tame the beast:
- AbstractVideoTrack: put in additional truthy checks for videoTrack.
- Video: add truthy checks for the _videoElement ref.
- shouldRenderVideoTrack function: Some component could pass null for the
  videoTrack argument and Flow wanted that called out explicitly.
- DisplayName: Add a truthy check for the input ref before acting on it.
- NumbersList: Move array checks inline for Flow to comprehend array methods
  could be called. Add type checks in the Object.entries loop as the value is
  assumed to be a mixed type by Flow.
- AbstractToolbarButton: add additional truthy check for passed in type.
2018-11-07 17:38:10 +01:00
..
audio-mode feat(flow): tame the beast 2018-10-10 18:07:36 +02:00
background feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
callkit feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
external-api feat(external_api): export sendEvent function 2018-07-18 22:47:18 -05:00
full-screen feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
incoming-call [Android] Introduce IncomingCallView (continued) 2018-07-18 22:47:18 -05:00
network-activity ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
permissions Reorganize calendar access request flow 2018-03-23 07:53:36 +01:00
picture-in-picture Replace console with logger 2018-08-05 17:04:19 -05:00
proximity ref(mobile/proximity): convert middleware to a state listener 2018-05-30 16:29:27 +02:00
wake-lock ref(mobile/wake-lock): convert middleware to a state listener 2018-05-30 16:29:27 +02:00