@trendyol-js/baklava-react-native
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Baklava React Native

This is a work-in-progress version. 🚧

Baklava React Native is a design system provided by Trendyol to create a consistent UI/UX for app users.

React native implementation of the design system is created as native components.

ButtonVariants IconList TextHeading

Getting Started

Refer to the getting started guide for instructions.

Run it locally

  1. Clone the project

    git clone https://github.com/Trendyol/baklava-react-native.git
  2. Install dependencies

    cd baklava-react-native
    
    # Using yarn
    yarn install
    
    # Using npm
    npm install
  3. Run the cross-platform app

    # Using yarn
    `yarn ios` or `yarn android`
    
    # Using npm
    `npm run ios` or `npm run android`

Documentation

Check the components and their usage in our documentation.

/@trendyol-js/baklava-react-native/

    Package Sidebar

    Install

    npm i @trendyol-js/baklava-react-native

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.77 MB

    Total Files

    1530

    Last publish

    Collaborators

    • trendyol-js