https://github.com/numandev1/react-native-turbomodule-fabric-renderer-boilerpate
Turbomodule and Fabric renderer boilerplate
https://github.com/numandev1/react-native-turbomodule-fabric-renderer-boilerpate
fabric fabricrenderer jsi react-native turbomodule
Last synced: 5 months ago
JSON representation
Turbomodule and Fabric renderer boilerplate
- Host: GitHub
- URL: https://github.com/numandev1/react-native-turbomodule-fabric-renderer-boilerpate
- Owner: numandev1
- Created: 2022-01-20T10:19:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T05:27:18.000Z (over 3 years ago)
- Last Synced: 2025-04-01T03:41:30.134Z (7 months ago)
- Topics: fabric, fabricrenderer, jsi, react-native, turbomodule
- Language: Java
- Homepage: https://github.com/facebook/react-native-website/pull/2879
- Size: 703 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT NATIVE TURBOMODULE FABRIC RENDERER BOILERPATE
This is BOILERPATE template for enable turbomodule and fabric renderer# Generate Codegen native files
## IOS
```
cd ios && USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 pod install
```## Android
```
cd android && ./gradlew assembleDebug
```[React Native New Architecture Intro Docs](https://deploy-preview-2879--react-native.netlify.app/docs/next/new-architecture-intro)
[Docs PR](https://github.com/facebook/react-native-website/pull/2879)