react-native/Libraries/StyleSheet
David Aurelio ad8a335864 Remove knowledge of fbjs from the packager
Summary:Follow-up to https://github.com/facebook/react-native/pull/5084

This…
- changes all requires within RN to `require('fbjs/lib/…')`
- updates `.flowconfig`
- updates `packager/blacklist.js`
- adapts tests
- removes things from `Libraries/vendor/{core,emitter}` that are also in fbjs
- removes knowledge of `fbjs` from the packager

Closes https://github.com/facebook/react-native/pull/5084

Reviewed By: bestander

Differential Revision: D2926835

fb-gh-sync-id: 2095e22b2f38e032599d1f2601722b3560e8b6e9
shipit-source-id: 2095e22b2f38e032599d1f2601722b3560e8b6e9
2016-03-02 04:28:38 -08:00
..
__tests__ Replace usages of hexToRgb with setNormalizedColorAlpha 2016-02-09 14:58:34 -08:00
ColorPropType.js Add support for number as colors 2016-02-08 04:04:38 -08:00
EdgeInsetsPropType.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
LayoutPropTypes.js Remove min/max Width/Height in the docs 2016-01-27 18:26:56 -08:00
PointPropType.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
StyleSheet.js PixelRatio.pixel() 2016-01-15 05:15:31 -08:00
StyleSheetPropType.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00
StyleSheetRegistry.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00
StyleSheetTypes.js [Flow] Clean up react-native for Flow v0.15.0 2015-09-04 16:51:18 -08:00
StyleSheetValidation.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
TransformPropTypes.js Add a deprecatedPropType module to show deprecation warnings 2016-01-29 02:05:38 -08:00
flattenStyle.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
normalizeColor.js Add support for number as colors 2016-02-08 04:04:38 -08:00
processColor.js Change internal format from 0xaarrggbb to 0xrrggbbaa 2016-02-07 10:14:29 -08:00
processTransform.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
setNormalizedColorAlpha.js Replace usages of hexToRgb with setNormalizedColorAlpha 2016-02-09 14:58:34 -08:00
styleDiffer.js Flowify Libraries/StyleSheet and Libraries/Text 2015-03-24 16:22:59 -08:00