I'm new to react native, and I'm trying to install the react native Facebook SDK so that I can do Facebook login with my app.
I followed the steps listed here: https://tylermcginnis.com/installing-the-facebook-sdk-into-a-react-native-android-and-ios-app/
The problem is that when I run react-native run-android, the app crashes immediately. How do I debug this crash? I don't know where to look for crash logs. Running react-native log-android doesn't show me anything useful.
Edit:
I know that this a Java issue rather than a JS issue. How can I find Java crash logs?

react-native run-android? Do you receive no response, like does it just return the terminal prompt?