Coder Social home page Coder Social logo

Comments (6)

fitranto avatar fitranto commented on May 26, 2024 3

I managed to make it work with app.json settings like this

{
  "expo": {
    ...
    "web": {
      "build": {
        "babel": {
          "include": ["@miblanchard/react-native-slider"]
        }
      }
    }
}

but now i think i found a bug on your snack as this right thumb can't slide on web

image

cmiiw

from react-native-slider.

miblanchard avatar miblanchard commented on May 26, 2024

Hey @fitranto that appears to be a complication error resulting from my use of optional chaining. You should look into the expo web webpack config to see if it supports that. My sample expo snack runs fine on web, so they may have updated it to work in a more recent version.

from react-native-slider.

fitranto avatar fitranto commented on May 26, 2024

i just run expo customize:web which generate webpack.config.js and look like this

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

module.exports = async function (env, argv) {
  const config = await createExpoWebpackConfigAsync(env, argv);
  // Customize the config before returning it.
  return config;
};

how do i make it to work?
i don't really know about this webpack thing

from react-native-slider.

miblanchard avatar miblanchard commented on May 26, 2024

@fitranto the first step I'd recommend is upgrading your expo, react-native-web, and react-native dependencies in the project. Within Expo snack there isn't any webpack customization and the library works as intended.

What version of this package are you using, please try the latest of that as well.

from react-native-slider.

miblanchard avatar miblanchard commented on May 26, 2024

@fitranto example snack I referenced.

from react-native-slider.

miblanchard avatar miblanchard commented on May 26, 2024

Please open a separate issue for that so itโ€™s easier to keep track.

Iโ€™m going to close this one as you were able to resolve it.

from react-native-slider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.