reactnative-visual
  • @dormakaba/digital-reactnative-visual
  • Getting started
  • Changelog
  • Components
    • Avatar
    • Button
    • Card
    • Checkbox / Radio
    • Icons
    • IconButton
    • Image Cropper
    • Page, Row, Col
    • List, ListItem
    • Modal
    • Notification
    • QR Code Reader
    • Select
    • Snack
    • Swipeable
    • Textfield
    • Typography: H1, P, Label, Hint, Text
  • Page Templates
    • Animated Login View
    • Login Area View
    • Animated Panel List
    • Animated Avatar View
  • Misc
    • Colors
    • VisualProvider
  • Show Cases
    • exivo
Powered by GitBook
On this page
  • Preview
  • Code sample
  • Props
  1. Page Templates

Animated Avatar View

A detail page showing an avatar in middle top which gets out of the way when scrolling.

PreviousAnimated Panel ListNextColors

Last updated 6 years ago

Preview

Code sample

<AnimatedAvatarView
  src="https://avatars2.githubusercontent.com/u/977772"
  border="success"
>
  {/* your content */}  
</AnimatedAvatarView>

Props

Takes the same props as component.

avatar