Does/will exponent allow linking (i.e. 'react-native link')
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:13
- Comments:19 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😃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.