react-native-linking Questions

5

Solved

I'm trying to use this (https://mehrankhandev.medium.com/ultimate-guide-to-use-custom-fonts-in-react-native-77fcdf859cf4) to add font but I have problem with this part... npx react-native link thi...
Constructive asked 19/7, 2021 at 13:44

4

Solved

Description Cannot open phone call with Linking.openURL('tel:+123456789') Environment Environment: OS: macOS High Sierra 10.13.4 Node: 8.5.0 Yarn: Not Found npm: 5.8.0 Watchman: Not Found ...
Miramontes asked 10/5, 2018 at 12:22

7

Solved

I've been trying to open Facebook page using React Native Linking API. It doesn't work for me. I do have Facebook app installed. Here is what I tried: Linking.openURL('fb://page/<page_name>'...

4

I'm using the following code to download a file (can be a PDF or a DOC) and then opening it using Linking. const { dirs } = RNFetchBlob.fs; let config = { fileCache : true, appendExt : extension...
Voracious asked 23/1, 2020 at 10:39

3

Solved

I want to link only one of my project (Android or iOS) with the npm package. Is there any way to do it?
Arnulfo asked 2/8, 2018 at 5:55

2

Solved

I have an app which fails on linking/unlinking packages, similar to this issue. It specifically fails on linking the MainApplication.java file with this error. error Something went wrong while ...
Crux asked 5/9, 2019 at 3:16

2

componentDidMount() { Linking.addEventListener('url', event => this.handleOpenURL(event.url)); Linking.getInitialURL().then(url => { console.log('url===',url); if(url) this.handleOpen...
Slippery asked 10/1, 2018 at 13:44
1

© 2022 - 2025 — McMap. All rights reserved.