question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does/will exponent allow linking (i.e. 'react-native link')

See original GitHub issue

I love the quick setup time and configuration of exponent, but I’m hesitant to jump in without the ability to link libraries. I see in the docs that you can use ExponentKit to ‘detach’ an app, but I’m wondering if it’s possible to do basic linking without that. Many modules respond to react-native link, allowing for things like built-in fonts (I’m not a fan of async fonts) and other native functionality. Is it possible to do this somehow, or is ‘detaching’ the way?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:13
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

150reactions
JulianKingmancommented, Feb 10, 2017

Ah, bummer. I understand how that makes things more standardized, but it’s like telling someone “we’ll help you build your house faster, you just can’t use these brands of doors or windows”. react-native link is becoming a pretty standard way to connect libraries, so consider this a feature request 😃

6reactions
JulianKingmancommented, Feb 10, 2017

Good point about the binary, I didn’t think of that. In that case, maybe it would be helpful to have a list of “exponent-safe” or “exponent-recommended” packages, perhaps searchable/installable via the XDE? I don’t know, you guys are doing a great job and it seems like it’s just a technical limitation that we have to live with.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linking - React Native
Linking gives you a general interface to interact with both incoming and outgoing app links.
Read more >
react native link using expo? - Stack Overflow
But no native modules… The most limiting thing about Expo is that you can't add in your own native modules without detaching and...
Read more >
Linking - Expo Documentation
Linking. Learn how to use Linking to handle a URL based on the URL scheme. URLs are the most powerful way to launch...
Read more >
Deep linking - React Navigation
React Native provides a Linking to get notified of incoming links. React Navigation can integrate with the Linking module to automatically handle deep...
Read more >
Implement deep linking in React Native apps using ... - YouTube
Implementing deep linking is an important part of building an app with a good user experience, it can allow you to launch your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found