https://github.com/coreyphillips/cxxturbomoduleguide
A React Native C++ TurboModule Template
https://github.com/coreyphillips/cxxturbomoduleguide
Last synced: 2 months ago
JSON representation
A React Native C++ TurboModule Template
- Host: GitHub
- URL: https://github.com/coreyphillips/cxxturbomoduleguide
- Owner: coreyphillips
- License: mit
- Created: 2023-07-17T17:36:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T09:56:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T10:51:51.986Z (2 months ago)
- Language: Java
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CxxTurboModuleGuide
A React Native C++ TurboModule TemplateC++ TurboModule Docs: https://reactnative.dev/docs/next/the-new-architecture/cxx-cxxturbomodules
## Getting Started
### Step 1: Install Dependencies
```bash
yarn install
```### Step 2: Start Application
#### For Android
```bash
yarn android
```
#### For iOS
```bash
yarn ios
```