jamieGardyn
jamieGardyn
branch.subscribe works properly once the app is open, in the background, and a deep link is pressed. However, if a deep link is pressed when the app is closed, it...
When sending an email message and making the body - ```'Stuff here. \n Stuff here.'``` - iOS now converts the \n to`````` text and shows it in the email. So...
I need to have a different style for the low and high thumb. How can this be detected in the component?
We have a low and a high value (min max) but is there anyway to have a render for the current value? for instance... min={1} max={15} value={10}
### Steps to reproduce const shareOptions = { title: 'Share', message: `You've gotta check out ...`, subject: 'Check out my site!', type: 'url', url: `https://...' } Share.open(shareOptions) .then((res) => {...