|
@@ -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
|
|