Skip to content

Commit fb110e9

Browse files
authored
Hide manual linking instructions by default
1 parent df3addd commit fb110e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ _⚠️ Don't forget to add permissions to `AndroidManifest.xml` for android and
6161

6262
## 🆘 Manual linking
6363

64-
Because this package targets React Native 0.60+, you will probably don't need to link it. Otherwise if you follow all the previous steps and it still doesn't work, try to link this library manually:
64+
Because this package targets React Native 0.60+, you will probably don't need to link it. Otherwise if you follow all the previous steps and it still doesn't work, try to link this library manually.
65+
66+
<details>
67+
<summary>👀 See manual linking instructions</summary>
6568

6669
#### iOS
6770

@@ -113,6 +116,7 @@ public class MainApplication extends Application implements ReactApplication {
113116
//
114117
}
115118
```
119+
</details>
116120

117121
## API
118122

0 commit comments

Comments
 (0)