Skip to content

joshuayoes/NewArch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turbo Native Modules

Repository to follow along Turbo Native Modules section in The New Architecture docs in React Native.

Install

Each code block assumes you are running from root directory

cd RTNCalculator
yarn install
cd ../MyApp
yarn install

iOS

node MyApp/node_modules/react-native/scripts/generate-artifacts.js \
  --path MyApp/ \
  --outputPath RTNCalculator/generated/

cd MyApp/ios
bundle install
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install

Android

cd android
./gradlew generateCodegenArtifactsFromSchema

Run

iOS

cd MyApp
yarn ios

Android

cd MyApp
yarn android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages