Files
react-native/Libraries
Jesse Katsumata ebfd1bdf6e fix: resolve Require Cycle warning (#27851)
Summary:
When I was testing React Native 0.62-rc.1, I noticed that console was showing a warning for Require Cycle as shown in image below

![Screen Shot 2020-01-24 at 12 22 38](https://user-images.githubusercontent.com/6936373/73042467-998dff00-3ea4-11ea-911c-955d55fd0743.png)

This is because ScrollResponder was importing `ScrollView` to get the `typeof ScrollView`.
I've made an export for ScrollView type in `ScrollView` so that Require cycle warning will not show up.

## Changelog

[General] [Fixed] - Remove Require cycle warning.
Pull Request resolved: https://github.com/facebook/react-native/pull/27851

Differential Revision: D19577644

Pulled By: cpojer

fbshipit-source-id: 257b9421a91244d69394375102cfbe683326bba2
2020-02-25 15:55:48 +01:00
..
2019-10-16 10:06:34 -07:00
2020-02-13 17:47:01 +01:00
2019-12-07 10:41:54 -08:00
2019-12-03 10:17:15 -08:00
2020-02-19 12:08:55 +00:00
2019-10-12 15:52:27 -07:00
2019-10-16 10:06:34 -07:00
2019-12-19 07:32:26 -05:00