Skip to content

Commit

Permalink
docs: Bump react-native-reanimated@nightly (#6146)
Browse files Browse the repository at this point in the history
New reanimated versions has fixes for layout transitions -> this PR is
needed for [Layout
Transitions](#6144)
to work!
  • Loading branch information
patrycjakalinska committed Jul 23, 2024
1 parent f310e15 commit ca00286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Animated, {
withDelay,
} from 'react-native-reanimated';

const DROPDOWN_OFFSET = 50;
const DROPDOWN_OFFSET = 48;

const INITIAL_LIST = [
{ id: 1, emoji: '🍌', color: '#b58df1' },
Expand Down

0 comments on commit ca00286

Please sign in to comment.