We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49651f7 commit 1593c2bCopy full SHA for 1593c2b
README.md
@@ -95,6 +95,12 @@
95
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-gifted-chat --save`
96
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-gifted-chat`
97
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
104
## You have a question ?
105
106
1. Please check this readme and may find a response
0 commit comments