react-native/Libraries/Components
Eli White a3c07c95ef StyleObj -> DangerouslyImpreciseStyleProp
Summary:
Migrating everything to import from StyleSheet instead of StyleSheetTypes.

Search and replaced
```
import type {StyleObj} from 'StyleSheetTypes';
```
to
```
import type {DangerouslyImpreciseStyleProp} from 'StyleSheet';
```

and then replacing `StyleObj` with `DangerouslyImpreciseStyleProp` and fixing up the remaining flow errors by hand.

Reviewed By: yungsters

Differential Revision: D7184077

fbshipit-source-id: b8dabb9d48038b5a997ab715687300bad57aa9d4
2018-03-07 13:24:20 -08:00
..
AccessibilityInfo Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
ActivityIndicator Avoid var specific hoisting rules 2018-03-01 16:57:25 -08:00
AppleTV Add support for Android TV devices 2018-03-06 10:47:02 -08:00
CheckBox Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Clipboard Update license headers for MIT license 2018-02-16 18:31:53 -08:00
DatePicker Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
DatePickerAndroid Update license headers for MIT license 2018-02-16 18:31:53 -08:00
DrawerAndroid Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Keyboard Update license headers for MIT license 2018-02-16 18:31:53 -08:00
MaskedView Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Navigation Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Picker Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
ProgressBarAndroid Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ProgressViewIOS Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
RefreshControl Update license headers for MIT license 2018-02-16 18:31:53 -08:00
SafeAreaView Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ScrollView RN: Remove Animated -> ScrollView -> Animated Cycle 2018-02-20 20:35:08 -08:00
SegmentedControlIOS Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Slider Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
StatusBar Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Switch Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
TabBarIOS StyleObj -> DangerouslyImpreciseStyleProp 2018-03-07 13:24:20 -08:00
TextInput Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
TimePickerAndroid Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ToastAndroid Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
ToolbarAndroid Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Touchable Add support for Android TV devices 2018-03-06 10:47:02 -08:00
UnimplementedViews Update license headers for MIT license 2018-02-16 18:31:53 -08:00
View Add support for Android TV devices 2018-03-06 10:47:02 -08:00
ViewPager Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
WebView Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Button.js Add support for Android TV devices 2018-03-06 10:47:02 -08:00
LazyRenderer.js Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
ScrollResponder.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
StaticContainer.react.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
StaticRenderer.js Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00
Subscribable.js Converting Libraries/Components to not use var 2018-03-03 15:38:18 -08:00