File tree 9 files changed +0
-33
lines changed
babel-plugin-react-native-web/src
9 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ React Native v0.55
128
128
| Name | Status | Notes |
129
129
| :----------------------- | :----- | :---- |
130
130
| ActivityIndicator | ✓ | |
131
- | ART | ✓ | |
132
131
| Button | ✓ | |
133
132
| CheckBox | ✓ | |
134
133
| FlatList | ✓ | |
Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ the recommendations in the [React documentation](https://reactjs.org/).
16
16
yarn add react react-dom react-native-web
17
17
```
18
18
19
- And if you need to use ` ART ` :
20
-
21
- ```
22
- yarn add react-art
23
- ```
24
-
25
19
## Starter kits
26
20
27
21
[ create-react-app] ( https://github.com/facebookincubator/create-react-app )
Original file line number Diff line number Diff line change 58
58
"npm-run-all" : " ^4.1.3" ,
59
59
"prettier" : " ^1.12.1" ,
60
60
"react" : " ^16.7.0" ,
61
- "react-art" : " ^16.7.0" ,
62
61
"react-dom" : " ^16.7.0" ,
63
62
"react-test-renderer" : " ^16.7.0"
64
63
},
Original file line number Diff line number Diff line change 1
1
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
2
2
module . exports = {
3
- ART : true ,
4
3
AccessibilityInfo : true ,
5
4
ActivityIndicator : true ,
6
5
Alert : true ,
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ const ComponentExamples: Array<RNTesterExample> = [
20
20
key : 'ActivityIndicatorExample' ,
21
21
module : require ( './ActivityIndicatorExample' )
22
22
} ,
23
- {
24
- key : 'ARTExample' ,
25
- module : require ( './ARTExample' )
26
- } ,
27
23
{
28
24
key : 'ButtonExample' ,
29
25
module : require ( './ButtonExample' )
Original file line number Diff line number Diff line change 29
29
},
30
30
"peerDependencies" : {
31
31
"react" : " >=16.5.1" ,
32
- "react-art" : " >=16.5.1" ,
33
32
"react-dom" : " >=16.5.1"
34
33
},
35
34
"author" : " Nicolas Gallagher" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import Vibration from './exports/Vibration';
38
38
39
39
// components
40
40
import ActivityIndicator from './exports/ActivityIndicator' ;
41
- import ART from './exports/ART' ;
42
41
import Button from './exports/Button' ;
43
42
import CheckBox from './exports/CheckBox' ;
44
43
import FlatList from './exports/FlatList' ;
@@ -147,7 +146,6 @@ export {
147
146
Vibration ,
148
147
// components
149
148
ActivityIndicator ,
150
- ART ,
151
149
Button ,
152
150
CheckBox ,
153
151
FlatList ,
Original file line number Diff line number Diff line change @@ -1426,10 +1426,6 @@ arrify@^1.0.1:
1426
1426
version "1.0.1"
1427
1427
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
1428
1428
1429
- art@^0.10.1 :
1430
- version "0.10.3"
1431
- resolved "https://registry.yarnpkg.com/art/-/art-0.10.3.tgz#b01d84a968ccce6208df55a733838c96caeeaea2"
1432
-
1433
1429
asap@^2.0.3, asap@~2.0.3 :
1434
1430
version "2.0.6"
1435
1431
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
@@ -8538,17 +8534,6 @@ react-addons-shallow-compare@^15.6.2:
8538
8534
fbjs "^0.8.4"
8539
8535
object-assign "^4.1.0"
8540
8536
8541
- react-art@^16.7.0 :
8542
- version "16.7.0"
8543
- resolved "https://registry.yarnpkg.com/react-art/-/react-art-16.7.0.tgz#e06943f4e939c1ebf14632ff45adb8e1a8b77ff5"
8544
- dependencies :
8545
- art "^0.10.1"
8546
- create-react-class "^15.6.2"
8547
- loose-envify "^1.1.0"
8548
- object-assign "^4.1.1"
8549
- prop-types "^15.6.2"
8550
- scheduler "^0.12.0"
8551
-
8552
8537
react-deep-force-update@^1.0.0 :
8553
8538
version "1.1.2"
8554
8539
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1"
You can’t perform that action at this time.
0 commit comments