jamieGardyn

Results 6 comments of jamieGardyn

There is a [comment here ](https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution/issues/531#issuecomment-838409743)on how to handle this. Apparently, branch.subscribe gets triggered too late in Android when the app is opened the first time, therefore, for cold opens...

So, after following the suggestion on the previous comment, now, it opens from a cold start - but when i click a deep link after the app is already opened,...

The answer is that the example and description on Branch for setting up is wrong. [This thread,](https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution/issues/707#issue-1216483673) which asks the question of if this is a 'safe' thing to do,...

This was fixed with the release of iOS 15.

To handle this scenario I added renderThumbHigh and updated the code accordingly, but had to remove it as a package to be sure it is not overwritten. ``` ``` then...

> ```js > source={imageSource} > style={{ height: 1, width: 1, opacity: 0 }} // height and width must be non-zero or else onLoad does not fire on Android > onLoad={()...