Przeglądaj źródła

Hide manual linking instructions by default

Mathieu Acthernoene 5 lat temu
rodzic
commit
fb110e9ad2
No account linked to committer's email address
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      README.md

+ 5
- 1
README.md Wyświetl plik

61
 
61
 
62
 ## 🆘 Manual linking
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
 #### iOS
69
 #### iOS
67
 
70
 
113
   // …
116
   // …
114
 }
117
 }
115
 ```
118
 ```
119
+</details>
116
 
120
 
117
 ## API
121
 ## API
118
 
122