react-native/Libraries/YellowBox/UI
Eli White eea4842972 Flow strictify possible files in RN core
Summary:
This was done by running the command on: https://our.intern.facebook.com/intern/wiki/Flow_Strict/

```
ag -L --ignore __snapshots__ 'flow strict$|noflow|generated|partially-generated' | ag '\.js$' | xargs ag -l 'flow' | sort > ~/temp
cat ~/temp | xargs ag -L 'flow strict' | xargs sed -i 's/flow$/flow strict/'
cat ~/temp | xargs ag -L 'flow strict$' | xargs sed -i 's/flow strict-local$/flow strict/'
until flow; do flow --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done
```

Reviewed By: sahrens

Differential Revision: D8530207

fbshipit-source-id: c28c7ac5ed3e9b80f3d126d5f30463be8a8a744d
2018-06-20 00:47:21 -07:00
..
YellowBoxButton.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxImageSource.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
YellowBoxInspector.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxInspectorFooter.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxInspectorHeader.js YellowBox: Apply SafeAreaView in Header 2018-06-12 17:48:20 -07:00
YellowBoxInspectorSourceMapStatus.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxInspectorStackFrame.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxList.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxListRow.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxPressable.js RN: A wild YellowBox has appeared! 2018-06-11 18:31:18 -07:00
YellowBoxStyle.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00