@trendyol-js/baklava-react-native
v1.1.0
Published
Trendyol Baklava Design System for React Native
Downloads
3
Readme
Baklava React Native
This is a work-in-progress version. :construction:
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.
Getting Started
Refer to the getting started guide for instructions.
Run it locally
Clone the project
git clone https://github.com/Trendyol/baklava-react-native.git
Install dependencies
cd baklava-react-native # Using yarn yarn install # Using npm npm install
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.