UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

9 lines (7 loc) 160 B
import RadioGroup from "./RadioGroup"; import RadioItem from "./RadioItem"; const Radio = { Group: RadioGroup, Item: RadioItem } export default Radio;