java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so result: 0
For me the following two solved it (I think it was the latter that did it):
- Reset cache:
react-native start --reset-cache
- Clean Android:
cd android
->./gradlew clean