samzmann
samzmann
@oscar-han Which permission should we check for? Is it in info.plist?
Could you please also update the RN Branch docs here: https://help.branch.io/developers-hub/docs/react-native#nativelink-deferred-deep-linking-ios-only Right now they just say to follow the iOS docs, which is inaccurate. Thanks!
I had the same issue and fixed it. What was missing for me in the Branch Configure page: - Android URI Scheme was wrong 😅 - SHA256 Cert Fingerprints was...
So basically I guess the problem is the picker does not rerender when the props used for `selectedValue` have not changed. This is really weird because I see that the...
@sebackend maybe you have some mistake in your `onValueChange` call, or how you call `setState` Happy to help if u share code. However, I don't think this should be discussed...
@riki-gertzik For us the solution was to only show valid data. So when the user mounts this picker wheel, we calculate valid times and generate an array to populate the...
@focux Do you have an example of something that works? I build a custom hook using the `Clipboard` methods instead of `useClipboard`, but still see the toast message in some...
Oki doki, thanks.
Just contacted a friend who works at Here, maybe they can help getting this published 🤞
I already thought of that and tried, but I see two problems: 1. I would need to remember to manually update this file 2. `.d.ts` file have global project scope....