Преглед на файлове

fix(mobile-pagination): Disable bounce effect.

master
Hristo Terezov преди 4 години
родител
ревизия
c2ffcdc67e
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1
    0
      react/features/filmstrip/components/native/Filmstrip.js
  2. 1
    0
      react/features/filmstrip/components/native/TileView.js

+ 1
- 0
react/features/filmstrip/components/native/Filmstrip.js Целия файл

@@ -227,6 +227,7 @@ class Filmstrip extends PureComponent<Props> {
227 227
                         && <LocalThumbnail />
228 228
                 }
229 229
                 <FlatList
230
+                    bounces = { false }
230 231
                     data = { participants }
231 232
                     getItemLayout = { this._getItemLayout }
232 233
                     horizontal = { isNarrowAspectRatio }

+ 1
- 0
react/features/filmstrip/components/native/TileView.js Целия файл

@@ -186,6 +186,7 @@ class TileView extends PureComponent<Props> {
186 186
             <TouchableWithoutFeedback onPress = { onClick }>
187 187
                 <View style = { styles.flatListContainer }>
188 188
                     <FlatList
189
+                        bounces = { false }
189 190
                         contentContainerStyle = { this._contentContainerStyles }
190 191
                         data = { participants }
191 192
                         horizontal = { false }

Loading…
Отказ
Запис