This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @providesModule FeedView | |
*/ | |
'use strict'; | |
var InteractionManager = require('InteractionManager'); | |
var LayoutAnimation = require('LayoutAnimation'); | |
var ListViewDataSource = require('ListViewDataSource'); | |
var RCTScrollViewManager = require('NativeModules').ScrollViewManager; | |
var React = require('React'); |