@dubsdotapp/expo 0.2.57 → 0.2.58

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.57",
3
+ "version": "0.2.58",
4
4
  "description": "React Native SDK for the Dubs betting platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -319,7 +319,8 @@ const styles = StyleSheet.create({
319
319
  borderTopRightRadius: 24,
320
320
  paddingHorizontal: 20,
321
321
  paddingBottom: 40,
322
- maxHeight: '85%',
322
+ minHeight: '70%',
323
+ maxHeight: '92%',
323
324
  },
324
325
  handleRow: {
325
326
  alignItems: 'center',