UNPKG
@apollosproject/react-native-airplay-btn
Version:
latest (0.2.0)
0.2.0
AirPlay library for iOS
@apollosproject/react-native-airplay-btn
/
Example
/
package.json
14 lines
(13 loc)
•
275 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"Example"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
}
,
"dependencies"
:
{
"react"
:
"15.1.0"
,
"react-native"
:
"^0.28.0"
,
"react-native-airplay-btn"
:
"file:.."
}
}