File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/views/sis/course-search Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// @flow
22
33import * as React from 'react'
4- import { StyleSheet , View } from 'react-native'
4+ import { StyleSheet , View , ScrollView } from 'react-native'
55import { TabBarIcon } from '../../components/tabbar-icon'
66import * as c from '../../components/colors'
77import {
@@ -221,7 +221,7 @@ class CourseSearchView extends React.Component<Props, State> {
221221 updateRecentFilters = { this . props . updateRecentFilters }
222222 />
223223 ) : (
224- < View style = { [ styles . common , styles . bottomContainer ] } >
224+ < ScrollView style = { [ styles . common , styles . bottomContainer ] } >
225225 < RecentItemsList
226226 emptyHeader = "No recent searches"
227227 emptyText = "Your recent searches will appear here."
@@ -238,7 +238,7 @@ class CourseSearchView extends React.Component<Props, State> {
238238 onItemPress = { this . onRecentFilterPress }
239239 title = "Browse"
240240 />
241- </ View >
241+ </ ScrollView >
242242 ) }
243243 </ View >
244244 )
You can’t perform that action at this time.
0 commit comments