react-native/Libraries/StyleSheet
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
..
__tests__ Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
ColorPropType.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
EdgeInsetsPropType.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
LayoutPropTypes.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
PointPropType.js Flow strictify possible files in RN core 2018-06-20 00:47:21 -07:00
StyleSheet.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
StyleSheetPropType.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
StyleSheetTypes.js Support animated values for border dimensions 2018-06-13 17:34:47 -07:00
StyleSheetValidation.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
TransformPropTypes.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
flattenStyle.js Convert react-native-github/Libraries to let/const 2018-05-10 16:16:35 -07:00
processColor.js Migrate PickerIOS to ES6 Class 2018-06-09 18:16:22 -07:00
processTransform.js Bump Prettier to 1.13.4 on xplat 2018-06-06 05:32:06 -07:00
setNormalizedColorAlpha.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00