Skip to content

Conversation

@lukailun
Copy link
Owner

No description provided.

@lukailun lukailun merged commit aed9093 into master Apr 22, 2025
2 checks passed
@petercat-assistant
Copy link

Walkthrough

This pull request updates the project to version 1.4.3, introducing several changes including dependency downgrades, configuration updates, and style adjustments. Notably, it removes the .eslintrc and .prettierrc files, updates the package.json to reflect new dependencies and configurations, and modifies the CHANGELOG.md to document these changes.

Changes

Files Summary
.eslintrc, .prettierrc Removed ESLint and Prettier configuration files.
.github/ISSUE_TEMPLATE/bug_report.yml, .github/ISSUE_TEMPLATE/config.yml Added new issue templates for bug reporting and configuration.
.github/actions/setup/action.yml, .github/workflows/ci.yml Updated GitHub Actions and CI workflow configurations.
.gitignore Updated to include new environment and module files.
.nvmrc Updated Node.js version to v20.19.0.
CHANGELOG.md Added changelog for version 1.4.3.
CODE_OF_CONDUCT.md Updated code of conduct formatting.
LICENSE Updated copyright year.
babel.config.js Simplified Babel configuration.
eslint.config.mjs Added new ESLint configuration using modern imports.
example/babel.config.js, example/metro.config.js Removed ESLint disable comments.
example/package.json, package.json Updated package dependencies and configurations.
src/components/AnimatedHeaderFlatList.tsx Adjusted styles for sticky header container.
tsconfig.json Corrected module resolution casing.

},
stickyHeaderContainer: {
overflow: 'scroll',
width: '100%',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the overflow property to width: '100%' in the stickyHeaderContainer style may affect the layout and scrolling behavior. Ensure this change does not introduce any layout issues, especially on different screen sizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants