@hedia/recommendation-screen 2.1.43 → 2.1.44

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.
@@ -463,8 +463,8 @@ export default class RecommendationScreen extends React.Component {
463
463
  const displayedBGL = currentBGL ? Utils.displayedBGLValue(currentBGL, bloodGlucoseUnit) : null;
464
464
  const displayedBKL = currentBKL !== null && bloodKetoneUnit ? Utils.displayedBKLValue(currentBKL, bloodKetoneUnit) : null;
465
465
  return (<I18nProvider language={this.props.language} i18n={i18n}>
466
- <KeyboardAwareScrollView>
467
- <ScrollView testID={RecommendationScreenTestIds.RecommendationScrollView} style={containerStyles.container} ref={(view) => {
466
+ <KeyboardAwareScrollView testID={RecommendationScreenTestIds.RecommendationScrollView}>
467
+ <ScrollView style={containerStyles.container} ref={(view) => {
468
468
  if (view !== null) {
469
469
  this.scrollView = view;
470
470
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [