-3

When I link react-native-video show me a error

image error

David Leuliette
  • 1,595
  • 18
  • 26
CueioDestro
  • 31
  • 2
  • 7

2 Answers2

0

cd android && ./gradlew clean and test again

0

This doesn't look like an executed link command but like you try to build an APK and run it. So be aware, that you remove the previous installed APK from your device before you bundle an new one.

suther
  • 12,600
  • 4
  • 62
  • 99
  • This just happens when I linked the react-native-video, when I just install and don't link work without problems, but I need link – CueioDestro Jan 09 '19 at 12:12