Skip to content

Commit

Permalink
DETACH react-native (#9599)
Browse files Browse the repository at this point in the history
DETACH react-native
  • Loading branch information
shilman authored Jan 23, 2020
2 parents 6f8c7e7 + b919533 commit 6a3c832
Show file tree
Hide file tree
Showing 113 changed files with 352 additions and 9,724 deletions.
5 changes: 0 additions & 5 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ module.exports = {
test: withTests,
},
},
{
test: './app/react-native',
presets: ['module:metro-react-native-babel-preset'],
plugins: ['babel-plugin-macros', ['emotion', { sourceMap: true, autoLabel: true }]],
},
{
test: [
'./lib/node-logger',
Expand Down
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,24 +221,6 @@ jobs:
command: |
cd examples/cra-react15
yarn storybook --smoke-test --quiet
native-smoke-tests:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Bootstrap
command: yarn bootstrap --core
- run:
name: Run React-Native-App example
command: |
cd examples-native/crna-kitchen-sink
yarn storybook --smoke-test
- run:
name: Publish React-Native-App example
command: |
./scripts/crna-publish.js
frontpage:
<<: *defaults
steps:
Expand Down Expand Up @@ -326,9 +308,6 @@ workflows:
- packtracker:
requires:
- build
- native-smoke-tests:
requires:
- build
- test:
requires:
- build
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 @@ -19,7 +19,6 @@

/app/angular/ @alterx @igor-dv
/app/react/ @xavcz @shilman @thomasbertet
/app/react-native/ @rmevans9 @Gongreg @tmeasday
/app/vue/ @thomasbertet @kazupon
/app/svelte/ @plumpNation

Expand Down
1 change: 0 additions & 1 deletion .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
'app: angular': ["app/angular/**"]
'app: preact': ["app/preact/**"]
'app: rax': ["app/rax/**"]
'app: react-native': ["app/react-native/**"]
'app: react': ["app/react/**"]
'app: vue': ["app/vue/**"]
'app: svelte': ["app/svelte/**"]
Expand Down
2 changes: 0 additions & 2 deletions .github/automention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
'app: marko': ['nm123github']
'app: preact': ['BartWaardenburg']
'app: rax': ['SoloJiang']
'app: react-native': ['benoitdion', 'gongreg']
'app: react-native-server': ['benoitdion', 'gongreg']
'app: svelte': ['rixo', 'cam-stitt', 'plumpNation']
'app: vue': ['backbone87', 'elevatebart', 'pksunkara', 'Aaron-Pool', 'pocka']
'app: web-components': ['daKmoR']
Expand Down
1 change: 1 addition & 0 deletions addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@storybook/core-events": "6.0.0-alpha.0",
"@storybook/csf": "0.0.1",
"@storybook/router": "6.0.0-alpha.0",
"@types/qs": "^6.9.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"prop-types": "^15.7.2",
Expand Down
32 changes: 0 additions & 32 deletions addons/ondevice-actions/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions addons/ondevice-actions/package.json

This file was deleted.

1 change: 0 additions & 1 deletion addons/ondevice-actions/register.js

This file was deleted.

177 changes: 0 additions & 177 deletions addons/ondevice-actions/src/components/ActionLogger/Inspect.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions addons/ondevice-actions/src/components/ActionLogger/index.tsx

This file was deleted.

Loading

1 comment on commit 6a3c832

@arlyon
Copy link

@arlyon arlyon commented on 6a3c832 Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this being moved to?

Please sign in to comment.