File tree 2 files changed +12
-5
lines changed 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# react-native-airplay-cast
2
2
3
- Stream content to AirPlay-enabled devices
3
+ Stream audio or video to AirPlay-enabled devices.
4
4
5
5
## Installation
6
6
@@ -15,7 +15,7 @@ import { AirPlayButton } from "react-native-airplay-cast";
15
15
16
16
// ...
17
17
18
- < AirPlayButton / >
18
+ < AirPlayButton style = {{ width : 30 , height : 30 }} / >
19
19
```
20
20
21
21
## Contributing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-airplay-cast" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Stream content to AirPlay-enabled devices" ,
4
+ "description" : " Stream audio or video to AirPlay-enabled devices" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
119
119
]
120
120
}
121
121
},
122
- "eslintIgnore" : [" node_modules/" , " lib/" ],
122
+ "eslintIgnore" : [
123
+ " node_modules/" ,
124
+ " lib/"
125
+ ],
123
126
"prettier" : {
124
127
"quoteProps" : " consistent" ,
125
128
"singleQuote" : true ,
130
133
"@react-native-community/bob" : {
131
134
"source" : " src" ,
132
135
"output" : " lib" ,
133
- "targets" : [" commonjs" , " module" , " typescript" ]
136
+ "targets" : [
137
+ " commonjs" ,
138
+ " module" ,
139
+ " typescript"
140
+ ]
134
141
}
135
142
}
You can’t perform that action at this time.
0 commit comments