Browse Source

Hide manual linking instructions by default

Mathieu Acthernoene 5 years ago
parent
commit
fb110e9ad2
No account linked to committer's email address
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

@@ -61,7 +61,10 @@ _⚠️ Don't forget to add permissions to `AndroidManifest.xml` for android and
61 61
 
62 62
 ## 🆘 Manual linking
63 63
 
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>
65 68
 
66 69
 #### iOS
67 70
 
@@ -113,6 +116,7 @@ public class MainApplication extends Application implements ReactApplication {
113 116
   // …
114 117
 }
115 118
 ```
119
+</details>
116 120
 
117 121
 ## API
118 122