react-native-branch-deep-linking-attribution
react-native-branch-deep-linking-attribution copied to clipboard
Type definitions are wrong
Hello, I am on the latest. react-native-branch 5.0.4 and ran into a few issues with typescript.
createBranchUniversalObject
is supposed to return a promise.
The object it returns has a function called showShareSheet
which is also supposed to return a promise with some data.
Please fix this, its a minor thing but causes issues with Typescript and code scans, interface should probably be updated to return Promise<BranchUniversalObject>