Sample App and Sample Libraries Repos #26
Replies: 2 comments 3 replies
-
@cipolleschi thanks for sharing these repos, they are really helpfully! I was wondering if it possible to create another branch example for libraries but with shared C++ logic between iOS and Android ? |
Beta Was this translation helpful? Give feedback.
-
Hey @cipolleschi, thanks a lot for the guides. I was able to get this running successfully on iOS. However I have some issues on Android. In this section, it says:
This doesn't seem right since Edit: figured it out, since we specify 2 different sources, the appropriate |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
This thread’s goal is to officially present a couple of repositories we created to support the community while migrating from the old architecture (React Native’s versions < 0.68.0) to the New Architecture (React Native’s versions >= 0.68.0).
The two repositories are:
RNNewArchitectureApp
RNNewArchitectureLibraries
The first repository contains runs of migrating an app from the Old Architecture to the New Architecture, following the steps shown in the Guide. Every run has its own branch and every commit in the run should build and run properly.
The second repository is focused on Libraries, with a particular care on backward compatibility. The runs guide you in the creation of a TurboModule or a Fabric Component, ensuring that they can work on both the Old and the New Architecture.
These repositories are thought of as supporting material for the official documentation. Check every branch: each branch represents a different run with different features.
Any feedback on them is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions