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.

Hey!

I just started using this, and so far it’s great! Seems like the best bottom drawer out there

Feature Request

I’m currently trying to use this library with an Expo / React Native Web app. In order to get it working, I used patch-package to add a Touchables.web.js file and a ContentWrapper.web.js file that are exact replicas of their respective ios files. I was wondering if it would be possible to add these two files so patching isn’t necessary to support web?

Thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:24
  • Comments:55 (5 by maintainers)

github_iconTop GitHub Comments

12reactions
gorhomcommented, Aug 15, 2021

@ajturpei @nandorojo @axeldelafosse , i have applied the patch to enable the current library to run on web on 4.0.0-alpha.27 👍

11reactions
JJK801commented, Sep 9, 2021

Thanks @nandorojo 👍

For memory:

webpack.config.json

const createExpoWebpackConfigAsync = require('@expo/webpack-config');

module.exports = async function (env, argv) {
    const config = await createExpoWebpackConfigAsync(
        {
            ...env,
            babel: { dangerouslyAddModulePathsToTranspile: ['@gorhom'] },
        },
        argv
    );

    return config;
};
Read more comments on GitHub >

github_iconTop Results From Across the Web

web.support
Integrate Co-Browsing, Screen Sharing and Augmented Reality into your Website and Web Application. Without Download, without Installation, without App.
Read more >
Support and Login for DIY Websites, Hosting and ... - Web.com
If you're having trouble logging in, please contact customer support at 1-800-311-2707. Sign-In ... Sales: 1 800 WEB HOST; Support: 1 800 932...
Read more >
What is the web support portal and how do I set it up?
The web support portal consists of your FAQs and a contact form that feeds issues straight into your Helpshift dashboard. · To set...
Read more >
9 Types of Website Support and Maintenance Services
We support your site & keep it secure ... Additionally, if you are using a website host, a web service maintenance provider will...
Read more >
Create your own website - Websupport
Create your own website without prior knowledge. Order a domain and a web hosting package – we take care of the technical parts....
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 Reddit Thread

No results found

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