Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit f52ed1d

Browse files
author
Riccardo Cipolleschi
committed
Update README with backward compatible TurboModule
1 parent c16a1bb commit f52ed1d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**/xcshareddata/*
2+
**/xcuserdata/*
3+
.DS_Store
4+
**/.DS_Store
5+
**/constents.xcworkspacedata
6+
node_modules/
7+
OldArchitecture/
8+
NewArchitecture/

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ This repo contains several branches that will help you understand how to setup y
33

44
Here you will find runs of the migration guide on empty projects. Every commit is documented and allows to follow over on every step.
55

6+
You can find also a `RUN.md` file where all the steps are documented in a more human readable format.
7+
68
Please find a list of the branches below, with more information on which kind of setup they're addressing.
79

810
## Branches
911

10-
| Branch Name | Description |
11-
| ----------- | ----------- |
12+
| Branch Name | Description | RUN.md | Android | iOS |
13+
| ----------- | ----------- | ------ | ------- | --- |
14+
| [`feat/back-turbomodule`](https://github.com/cipolleschi/RNNewArchitectureLibraries/commits/feat/back-turbomodule) | This branch contains the step-by-step process to create a simple turbomodule which can be used in both the old amd the new architecture | [RUN](https://github.com/cipolleschi/RNNewArchitectureLibraries/blob/feat/back-turbomodule/RUN.md) | :x: ||

0 commit comments

Comments
 (0)