ComponentsPhotoCarouselA photo carousel component that displays a list of photos in a carousel that can be swiped.PreviewSource code Usage Screen.tsximport { PhotoCarousel } from "@/craftrn-ui/components/PhotoCarousel"; export const Screen = () => ( <PhotoCarousel photos={[ { id: "1", uri: "https://picsum.photos/200/300" }, { id: "2", uri: "https://picsum.photos/200/300" }, { id: "3", uri: "https://picsum.photos/200/300" }, ]} carouselHeight={200} /> ); Props PropTypeDefaultphotosPhoto[]-carouselHeight?number200dotsStyle?any-PasscodeEntryA passcode entry component that allows users to enter a passcode.RadioA radio button component that allows users to select a single option from a set of choices. It displays as a circular button that can be either checked or unchecked.