react-native/Libraries/StyleSheet
Eli White 49ffc9fada Rename StyleProp to DangerouslyImpreciseStyleProp
Summary:
We want to rename these types to be more clear what they are actually for. I did this with a find and replace:

```
import type {StyleProp} from 'StyleSheet';
```

to

```
import type {DangerouslyImpreciseStyleProp} from 'StyleSheet';
```

and `StyleProp` to `DangerouslyImpreciseStyleProp`.

Reviewed By: yungsters

Differential Revision: D7178609

fbshipit-source-id: 32952e0c3a8b6aceef306f1f3c18844feb18f1aa
2018-03-07 12:16:53 -08:00
..
__tests__ Merging tests for flattenStyle 2018-03-06 23:30:48 -08:00
ColorPropType.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
EdgeInsetsPropType.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
LayoutPropTypes.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
PointPropType.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
StyleSheet.js Rename StyleProp to DangerouslyImpreciseStyleProp 2018-03-07 12:16:53 -08:00
StyleSheetPropType.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
StyleSheetTypes.js Make StyleSheet.create type private 2018-03-07 12:16:53 -08:00
StyleSheetValidation.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
TransformPropTypes.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
flattenStyle.js Remove Unused Exports from StyleSheetTypes 2018-03-06 23:30:48 -08:00
normalizeColor.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
processColor.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
processTransform.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
setNormalizedColorAlpha.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00