1.2.4 • Published 4 years ago

@roborox/react-native-fb-applink v1.2.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

React-native-fb-applink

WARNING: IOS ONLY

This native module can fetch facebook's deferred deep links using FBSDK.

Getting started

  1. Install package npm install @roborox/react-native-fb-applink -SE

  2. Add pod "FBSDKCoreKit", "6.2.0" to your Podfile

  3. Perform pod update inside ios folder

Mostly automatic installation

$ react-native link @roborox/react-native-fb-applink

Usage

import FBAppLink  from '@roborox/react-native-fb-applink';

async function getDeepLink() {
	try {
		return await NativeModules.FBAppLink.fetch()
	} catch (error) {
		console.error("FBAppLink", error)
		return null
	}
}
1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago