@dubsdotapp/expo 0.2.58 → 0.2.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dubsdotapp/expo",
3
- "version": "0.2.58",
3
+ "version": "0.2.59",
4
4
  "description": "React Native SDK for the Dubs betting platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,6 +11,7 @@ import {
11
11
  Platform,
12
12
  Image,
13
13
  ScrollView,
14
+ Dimensions,
14
15
  } from 'react-native';
15
16
  import { useDubsTheme } from './theme';
16
17
  import { useDubs } from '../provider';
@@ -318,9 +319,8 @@ const styles = StyleSheet.create({
318
319
  borderTopLeftRadius: 24,
319
320
  borderTopRightRadius: 24,
320
321
  paddingHorizontal: 20,
321
- paddingBottom: 40,
322
- minHeight: '70%',
323
- maxHeight: '92%',
322
+ paddingBottom: 0,
323
+ height: Dimensions.get('window').height * 0.7,
324
324
  },
325
325
  handleRow: {
326
326
  alignItems: 'center',