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

Commit de3158e

Browse files
author
Riccardo Cipolleschi
committed
[Polishing] Add commit hashes
1 parent d90dcb9 commit de3158e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Start from there up to the `[TurboModule] Test the Turbomodule` section. Then, f
1313

1414
## Steps
1515

16-
### <a name="update" />[[Setup] Update to 0.71-RC.3]()
16+
### <a name="update" />[[Setup] Update to 0.71-RC.3](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/a2d9d5c19eb4b936b91f937777f8590952aa6371)
1717

1818
1. `cd NewArchitecture` - It has been created in this [step](https://github.com/react-native-community/RNNewArchitectureLibraries/tree/feat/back-turbomodule-070#tm-test).
1919
2. `yarn add [email protected]`
2020

21-
### <a name="update-podspec" />[[Setup] Update podspec]()
21+
### <a name="update-podspec" />[[Setup] Update podspec](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/20d30ddc45013eccca604c5a4211f00bd80a5db9)
2222

2323
1. Open the `calculator/calculator.podspec` file
2424
2. Update it as it follows:
@@ -68,7 +68,7 @@ Pod::Spec.new do |s|
6868
end
6969
```
7070

71-
### <a name="swift" />[[Swift] Add Swift files]()
71+
### <a name="swift" />[[Swift] Add Swift files](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/b8976842dc0f732bcbbb4cb6ce3c15415a1c235d)
7272

7373
1. Create a new file: `calculator/ios/calculator-Bridging-Header.h` with the following content
7474
```c++
@@ -91,7 +91,7 @@ end
9191
}
9292
```
9393

94-
### <a name="upadet-calculator" />[[iOS] Update Calculator file]()
94+
### <a name="upadet-calculator" />[[iOS] Update Calculator file](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/491a73bdc617751947bb3d048b6ac59dba0ea80a)
9595

9696
1. Open the `calculator/ios/RNCalculator.mm` file and update the logic to invoke the Swift one
9797
```diff
@@ -116,7 +116,7 @@ end
116116
}
117117
```
118118

119-
### <a name="test-swift" /> [[Test] Test the swift TurboModule]()
119+
### <a name="test-swift" /> [[Test] Test the swift TurboModule](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/d90dcb981f36f99b59905078f9cc38b3c27220ba)
120120

121121
1. Navigate to the `NewArchitecture` root folder:
122122
2. `yarn add ../calculator`

0 commit comments

Comments
 (0)