Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 1.06 KB

Contributor Guide

Welcome to the project's contributor guide! This document will provide you with essential information and guidelines for contributing to our software development process. We highly value your expertise and contributions to our project, and we appreciate your commitment to enhancing the codebase.

Examples

To help you get started quickly, we have provided several examples in the example folder. These examples demonstrate the usage and capabilities of our software. We encourage you to explore them and leverage the insights gained to enhance your understanding of our project's functionality.

If the files in packages/* have changed, you will need to do pnpm -w build.

Setup

$ corepack enable
$ pnpm install
$ pnpm build:dev

React Native (iOS) Start

$ cd example/native-method/react-native
$ pnpx pod-install
$ pnpm ios
$ pnpm start --reset-cache

Web Start

$ cd example/native-method/react
$ pnpm dev

Developing

Change the code and enter the command below to apply the code.

$ pnpm -w build