Skip to content

Commit e2cb587

Browse files
committed
refactor: improved docs and remove redundant android code
1 parent 12afa86 commit e2cb587

File tree

8 files changed

+10
-213
lines changed

8 files changed

+10
-213
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ Stream audio or video to AirPlay-enabled devices with a customizable AirPlay but
55
## Installation
66

77
```sh
8-
npm install react-native-airplay-cast
8+
npm install react-native-airplay-cast --save
9+
910
```
1011

12+
**React Native 0.60 and above**
13+
14+
Run `npx pod-install`. Linking is not required in React Native 0.60 and above.
15+
16+
**React Native 0.59 and below**
17+
18+
Run `react-native link react-native-airplay-cast` to link the react-native-airplay-cast library.
19+
1120
## Usage
1221

1322
```js

android/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

android/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 13 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 130 deletions
This file was deleted.

android/gradle.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

android/src/main/java/com/reactnativeairplaycast/AirplayCastModule.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

android/src/main/java/com/reactnativeairplaycast/AirplayCastPackage.kt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)