You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- moves `New Api` section to the top
- unifies white-ish backgrounds across examples
- unifies `Velocity Test` with `Simple Reanimated example`
- unifies `Overlap Parent` and `OverlapSiblings`
- updates `Transformations`
- updates `Camera` since the camera was missing there
- updates `Pan Responder` to not use `setNativeProps` which was removed
on RN web
## Test plan
Check the updated examples
---------
Co-authored-by: Michał Bert <[email protected]>
Co-authored-by: Ignacy Łątka <[email protected]>
Copy file name to clipboardExpand all lines: example/src/common.tsx
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ export class LoremIpsum extends React.Component<Props> {
25
25
}
26
26
}
27
27
28
+
exportconstCOLORS={
29
+
offWhite: '#f8f9ff',
30
+
headerSeparator: '#eef0ff',
31
+
};
32
+
28
33
constLOREM_IPSUM=`
29
34
Curabitur accumsan sit amet massa quis cursus. Fusce sollicitudin nunc nisl, quis efficitur quam tristique eget. Ut non erat molestie, ullamcorper turpis nec, euismod neque. Praesent aliquam risus ultricies, cursus mi consectetur, bibendum lorem. Nunc eleifend consectetur metus quis pulvinar. In vitae lacus eu nibh tincidunt sagittis ut id lorem. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque sagittis mauris rhoncus, maximus justo in, consequat dolor. Pellentesque ornare laoreet est vulputate vestibulum. Aliquam sit amet metus lorem.
0 commit comments