/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @flow */ 'use strict'; import typeof TouchableBounce from './TouchableBounce'; import typeof TouchableHighlight from './TouchableHighlight'; import typeof TouchableNativeFeedback from './TouchableNativeFeedback'; import typeof TouchableOpacity from './TouchableOpacity'; import typeof TouchableWithoutFeedback from './TouchableWithoutFeedback'; export default { unstable_TouchableBounce: (null: ?TouchableBounce), unstable_TouchableHighlight: (null: ?TouchableHighlight), unstable_TouchableNativeFeedback: (null: ?TouchableNativeFeedback), unstable_TouchableOpacity: (null: ?TouchableOpacity), unstable_TouchableWithoutFeedback: (null: ?TouchableWithoutFeedback), };