File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Nitro Modules are highly efficient native modules exposed with a statically comp
13
13
cd ios && pod install
14
14
```
15
15
2 . If you don't already have one, add an empty Swift file to your iOS project (including a generated bridging header).
16
- 1 . Open your ` .xcworkspace ` in Xcode
17
- 2 . Right-click on your app's project on the left
18
- 3 . ** New File** > ** Swift File** > Call it ** DummyFile.swift** > ** Create**
19
- 4 . When promted to create a Bridging Header, press ** Create Bridging Header**
16
+ 1 . Open your ` .xcworkspace ` in Xcode
17
+ 2 . Right-click on your app's project on the left
18
+ 3 . ** New File** > ** Swift File** > Call it ** DummyFile.swift** > ** Create**
19
+ 4 . When promted to create a Bridging Header, press ** Create Bridging Header**
20
20
21
21
## Usage
22
22
You can’t perform that action at this time.
0 commit comments