Skip to content

Commit 1593c2b

Browse files
authored
Add some linking instructions about react-native-video
1 parent 49651f7 commit 1593c2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-gifted-chat --save`
9696
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-gifted-chat`
9797

98+
### No expo, no web, just native
99+
100+
- You have to define `"react-native-video": "5.0.2"` into **your own dependencies** and **linking** it.
101+
- [Doc Linking Libraries](https://facebook.github.io/react-native/docs/linking-libraries-ios)
102+
- [StackOverflow - Linking native library in react native?](https://stackoverflow.com/questions/43099237/linking-native-library-in-react-native)
103+
98104
## You have a question ?
99105

100106
1. Please check this readme and may find a response

0 commit comments

Comments
 (0)