Skip to content

numandev1/react-native-turbomodule-fabric-renderer-boilerpate

Repository files navigation

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

Docs PR