We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417a9b6 commit 7f01f61Copy full SHA for 7f01f61
README.md
@@ -202,15 +202,15 @@
202
platform.ready().then(() => {
203
StatusBar.styleDefault();
204
Splashscreen.hide();
205
- BranchInit();
+ branchInit();
206
});
207
208
platform.resume.subscribe(() => {
209
210
211
212
// Branch initialization
213
- function BranchInit() {
+ const branchInit = () => {
214
// only on devices
215
if (platform.is('core')) { return }
216
Branch.initSession(data => {
0 commit comments