Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.
This repository was archived by the owner on May 15, 2020. It is now read-only.

react-native-web support [Potential PR] #15

@Kida007

Description

@Kida007

Feature Request

support for react-native-web out of the box.

Although It can be made working in react-native-web projects just by transpiling . something like :

rules: [
      {
        test: /\.(js|jsx)$/,
        exclude: /node_modules\/(?!react-native-platform-touchable|epic-components).+/,
        include: [
          path.resolve(__dirname, "./src"),
          path.resolve(modulePath, "react-native-platform-touchable"),
          path.resolve(modulePath, "epic-components")
        ],
      .......

but it would be nice if we have this pre-transformed on publish via bob/webpack . I am happy to make a PR .

Code sample

  "prepare": "bob build"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions