An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# CxxTurboModuleGuide
A React Native C++ TurboModule Template

C++ 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
```