-
-
Notifications
You must be signed in to change notification settings - Fork 29
(New) Architecture
LeoTM edited this page May 16, 2022
·
54 revisions
- New Architecture
- Intro
- Native Modules/Library intro (then Enabling on Android/iOS)
- Architecture
- How JSI powers the most advanced Camera library (VisionCamera Frame Processing)
- The New React Native: Bringing the Fabric renderer to the Facebook app
- The New React Native
- Native Modules intro (then Android/iOS/npm)
- Android Native Components (Android/iOS/Direct Manipulation)

Slower with better compatibility
rm -rf /Users/<user>/Library/Developer/Xcode/DerivedDatacd ios
arch -x86_64 pod install
..
arch -x86_64 yarn iosExcluding arm64
# project.pbxproj
# ...
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
# ...
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
# ...Open Xcode 13 using Rosetta or iTerm
