Home
last modified time | relevance | path

Searched refs:SelectScreen (Results 1 – 2 of 2) sorted by relevance

/expo/apps/test-suite/
H A DAppNavigator.js6 import SelectScreen from './screens/SelectScreen';
57 <Stack.Screen name="select" component={SelectScreen} options={{ title: 'Expo Test Suite' }} />
/expo/apps/test-suite/screens/
H A DSelectScreen.js39 export default class SelectScreen extends React.PureComponent { class