Skip to content

Commit

Permalink
Removed react-native-vanilla and react-native-typescript integrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gongreg committed Oct 7, 2018
1 parent 36dd38c commit 0cb190b
Show file tree
Hide file tree
Showing 145 changed files with 0 additions and 17,035 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ jobs:
- run:
name: Bootstrap
command: yarn bootstrap --reactnative --reactnativeapp
- run:
name: Run React-Native example
command: |
cd examples/react-native-vanilla
yarn storybook --smoke-test
- run:
name: Run React-Native-App example
command: |
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/examples/crna-kitchen-sink/ @Gongreg @danielduan
/examples/official-storybook/ @hypnosphi @danielduan @UsulPro
/examples/polymer-cli/ @naipath @igor-dv
/examples/react-native-vanilla/ @tmeasday @danielduan
/examples/vue-kitchen-sink/ @igor-dv @alexandrebodin
/examples/svelte-kitchen-sink/ @plumpNation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ object OpenSourceProjects_Storybook_ReactNative : BuildType({
id = "OpenSourceProjects_Storybook_ReactNative"
name = "React Native"

artifactRules = "examples/react-native-vanilla/coverage/lcov-report => coverage.zip"

params {
param("env.PUPPETEER_SKIP_CHROMIUM_DOWNLOAD", "true")
}
Expand All @@ -30,14 +28,6 @@ object OpenSourceProjects_Storybook_ReactNative : BuildType({
""".trimIndent()
dockerImage = "node:%docker.node.version%"
}
script {
name = "react-native-vanilla"
scriptContent = """
cd examples/react-native-vanilla
yarn storybook --smoke-test
""".trimIndent()
dockerImage = "node:%docker.node.version%"
}
script {
name = "crna-kitchen-sink"
scriptContent = """
Expand Down
10 changes: 0 additions & 10 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ collectors:
# - type: repo-issue
# versions: "Y.0.0"

# Temporarily disabled
# - type: js-npm
# path: examples/react-native-vanilla
# actors:
# # pull requests for updates to our major version
# - type: js-npm
# versions: "L.Y.Y"
# # create issues for new major versions
# - type: repo-issue
# versions: "Y.0.0"

- type: js-lerna
path: /
Expand Down
3 changes: 0 additions & 3 deletions examples/react-native-typescript/.babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions examples/react-native-typescript/.buckconfig

This file was deleted.

1 change: 0 additions & 1 deletion examples/react-native-typescript/.gitattributes

This file was deleted.

54 changes: 0 additions & 54 deletions examples/react-native-typescript/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/react-native-typescript/.watchmanconfig

This file was deleted.

65 changes: 0 additions & 65 deletions examples/react-native-typescript/android/app/BUCK

This file was deleted.

150 changes: 0 additions & 150 deletions examples/react-native-typescript/android/app/build.gradle

This file was deleted.

Loading

0 comments on commit 0cb190b

Please sign in to comment.