react-native-my-survey-sdk 2.2.17 → 2.2.18

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": "react-native-my-survey-sdk",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "description": "Xebo survey collection SDK for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -163,10 +163,9 @@ const styles = StyleSheet.create({
163
163
  maxHeight: 200,
164
164
  marginTop: 6,
165
165
  marginBottom: 12,
166
- overflow: 'hidden',
167
166
  },
168
167
  optionsScroll: {
169
- flex: 1,
168
+ flexGrow: 0,
170
169
  },
171
170
  optionRow: {
172
171
  padding: 14,