반응형
React-native-video에서 발생한 에러인데, 해결방법이 레퍼런스를 봐도 모르겠더라...
현재 RN버전이 0.73인데 레퍼런스 내용대로 한다면
android에 따로 추가할 필요가 없다.
https://www.npmjs.com/package/react-native-video
Android installation
Linking is not required in React Native 0.60 and above. If your project is using React Native < 0.60, run react-native link react-native-video to link the react-native-video library.
Or if you have trouble, make the following additions to the given files manually:
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer')
그런데, 이게 없어서 안되는 것이었다...
그럴거면 그냥 넣으라고 하던가 ㅇㅅㅇ
아무튼 코드는 문제가 없는데 뭐지해서 뻘짓하게 만들었다....
728x90
'취업 > ReactNative' 카테고리의 다른 글
[RN] 딥링크 기능 구현하기. (0) | 2023.06.16 |
---|---|
[RN] FCM 토큰 갱신방법. (0) | 2023.05.16 |
[RN] FCM 연결하기. 리액트네이티브 버전 : 0.71.7 (1) | 2023.05.10 |