Project DebTrApp
    Preparing search index...

    Function Layout

    • A layout with a rounded-top children and an optional header.

      Parameters

      • props: { backgroundColor?: ColorValue; children: ReactNode; header?: ReactNode }
        • OptionalbackgroundColor?: ColorValue
        • children: ReactNode

          Children element.

        • Optionalheader?: ReactNode

          Header element.

      Returns Element

      Children take all the space if no header is given.

      <Layout header={<SettleUpHeader />} backgroundColor="#d4f3d2">
      <View></View>
      </Layout>