Deeplinking
import { BatchPush } from '@batch.com/react-native-plugin';
BatchPush.getInitialURL().then((url: string | null) => {
console.log('received initial url', url)
});Universal links
Last updated
import { BatchPush } from '@batch.com/react-native-plugin';
BatchPush.getInitialURL().then((url: string | null) => {
console.log('received initial url', url)
});Last updated