INNER CODE UNIT · JavaScript
ListView
instea/react-native-popup-menu · __mocks__/react-native.js:18
class ListView extends React.Component {
static DataSource() {
}
}
class AppRegistry {
static registerComponent () {
}
}
const Animated = {
timing: () => ({ start: () => undefined }),
Value: () => ({ interpolate: () => false }),
View: View,
};
const I18nManager = {
isRTL: false,