Skip to content

Instantly share code, notes, and snippets.

@JaxGit
JaxGit / MockScreen.js
Created April 10, 2018 03:39
Touchable onPress does not response: when coexists with a FlatList under the same Tab of react-native-scrollable-tab-view and the FlatList is scrolling
import React from "react";
import PropTypes from "prop-types";
import {
View,
Text,
FlatList,
TouchableOpacity,
Platform,
StyleSheet,
} from "react-native";