mirror of
https://github.com/zhigang1992/expo.git
synced 2026-04-26 14:16:21 +08:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
import { Platform } from 'react-native';
|
|
|
|
export default {
|
|
HIDE_EXPLORE_TABS: Platform.OS === 'android',
|
|
DISPLAY_EXPERIMENTAL_EXPLORE_TABS: false,
|
|
INFINITE_SCROLL_EXPLORE_TABS: false,
|
|
};
|