[tvOS] Update README.MD (#220)

* [docs] Folder that contains assets for documentation

* [tvOS] Update Readme

Update readme to show how to setup react-native-blur on tvOS

* [Gitignore] Add docs folder
This commit is contained in:
Julien K 2017-07-09 23:38:50 +02:00 committed by Alexey
parent defffdcb62
commit 8ce7270c72
6 changed files with 30 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ android/react-native-blur.iml
# Misc
.idea/
# Assets
docs/

View File

@ -201,6 +201,33 @@ npm install
react-native run-ios
```
#### Run the tvOS app
type:
```
react-native run-ios
```
`react-native link` dont works properly with the tvOS target so we need to add the library manually.
First select your project in Xcode.
<img src="./docs/tvOS-step-1.jpg" width="40%">
After that, select the tvOS target of your application and select « General » tab
<img src="./docs/tvOS-step-2.jpg" width="40%">
Scroll to « Linked Frameworks and Libraries » and tap on the + button
<img src="./docs/tvOS-step-3.jpg" width="40%">
Select RNBlur-tvOS
<img src="./docs/tvOS-step-4.jpg" width="40%">
Thats all, you can use react-native-blur for your tvOS application
#### Run the Android app
```

BIN
docs/tvOS-step-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/tvOS-step-2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
docs/tvOS-step-3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
docs/tvOS-step-4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB