Skip to content

Commit 70baa3d

Browse files
author
Riccardo Cipolleschi
committed
[Polishing] Add commit hashes
1 parent 76923b1 commit 70baa3d

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/8fabf4db37eca45726bab5d993d8e9f97d0cc5be)
2222

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

70-
### <a name="swift" />[[Swift] Add Swift files]()
70+
### <a name="swift" />[[Swift] Add Swift files](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/88e9dd2948cd1fe3a318a21b499c1c71a072ed09)
7171

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

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

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

118-
### <a name="test-swift" /> [[Test] Test the swift TurboModule]()
118+
### <a name="test-swift" /> [[Test] Test the swift TurboModule](https://github.com/cipolleschi/RNNewArchitectureLibraries/commit/76923b13da87a09add8b0727032e80fdf7c1b11e)
119119

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

0 commit comments

Comments
 (0)