interface Props {
    navigation: any;
    places: Place[];
    text: string;
}

Properties

navigation: any
places: Place[]
text: string