Skip to content

Commit c170bcf

Browse files
[autofix.ci] apply automated fixes
1 parent 93cfc9e commit c170bcf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

versioned_docs/version-6.x/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public class MainActivity extends ReactActivity {
8787
// ...
8888
}
8989
```
90+
9091
</details>
9192

9293
<details>
@@ -101,6 +102,7 @@ class MainActivity: ReactActivity() {
101102
// ...
102103
}
103104
```
105+
104106
</details>
105107

106108
and make sure to add the following import statement at the top of this file below your package statement:

versioned_docs/version-7.x/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public class MainActivity extends ReactActivity {
8787
// ...
8888
}
8989
```
90+
9091
</details>
9192

9293
<details>
@@ -101,6 +102,7 @@ class MainActivity: ReactActivity() {
101102
// ...
102103
}
103104
```
105+
104106
</details>
105107

106108
and make sure to add the following import statement at the top of this file below your package statement:

0 commit comments

Comments
 (0)