Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
);
}

/**

Check warning on line 94 in packages/react-native/src/scroll-view-inertial-background/ScrollViewInertialBackground.tsx

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'FIXME' comment: '* * FIXME: * Gradient value for...'
* FIXME:
* Gradient value for BottomCTA. Set as a fixed value to avoid peerDeps.
*/
const GRADIENT_HEIGHT = 37;
const DEFAULT_BACKGROUND_COLOR = '#ffffff';
const DEFAULT_BACKGROUND_COLOR = 'transparent';
Loading