Start from an example app
- Open your terminal and enter the following command:
bunx create-huddle01- Give a
Nameto your project. - Choose
Client SDK. - Pick
Mobileas the platform. - Choose
React Nativebased on your preference to generate boilerplate. - Confirm whether you want to use
TypeScript. - The sample app has now been cloned to your local system!
Change directory
cd name-of-the-appInstall the dependencies
bun iRun the project
bun dev💡
We prefer bun over pnpm, yarn or npm.
React Native sample app
https://github.com/Huddle01/client-rn-ts-example (opens in a new tab)