File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# react-native-airplay-cast
22
3- Stream content to AirPlay-enabled devices
3+ Stream audio or video to AirPlay-enabled devices.
44
55## Installation
66
@@ -15,7 +15,7 @@ import { AirPlayButton } from "react-native-airplay-cast";
1515
1616// ...
1717
18- < AirPlayButton / >
18+ < AirPlayButton style = {{ width : 30 , height : 30 }} / >
1919```
2020
2121## Contributing
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-airplay-cast" ,
33 "version" : " 0.1.0" ,
4- "description" : " Stream content to AirPlay-enabled devices" ,
4+ "description" : " Stream audio or video to AirPlay-enabled devices" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
119119 ]
120120 }
121121 },
122- "eslintIgnore" : [" node_modules/" , " lib/" ],
122+ "eslintIgnore" : [
123+ " node_modules/" ,
124+ " lib/"
125+ ],
123126 "prettier" : {
124127 "quoteProps" : " consistent" ,
125128 "singleQuote" : true ,
130133 "@react-native-community/bob" : {
131134 "source" : " src" ,
132135 "output" : " lib" ,
133- "targets" : [" commonjs" , " module" , " typescript" ]
136+ "targets" : [
137+ " commonjs" ,
138+ " module" ,
139+ " typescript"
140+ ]
134141 }
135142}
You can’t perform that action at this time.
0 commit comments