dhre-ui-kit 0.0.299 → 0.0.300

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/lib/index.js CHANGED
@@ -3105,7 +3105,7 @@ const ScrollableList = ({
3105
3105
  const { theme } = useTheme();
3106
3106
  const styles = createStyles$2({ theme });
3107
3107
  return /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: [styles.container, containerStyle] }, /* @__PURE__ */ React__default["default"].createElement(
3108
- reactNative.ScrollView,
3108
+ reactNativeGestureHandler.ScrollView,
3109
3109
  {
3110
3110
  horizontal: true,
3111
3111
  showsHorizontalScrollIndicator: false,