I've previously done Facebook integration with React Native, and for that I have changed a few lines of code directly into the Android folder of the Application. But in the application I'm doing now I felt a lot of differences, among them the lack of the Android folder ...
I installed the react-native-fbsdk module, and I even ran the react-native link command, which returned me successful, but I can not use login. The "LoginManager.logInWithReadPermissions" call returns me a run-time error: "undefined is not an object".
I do not know the location of the android folder, I just see that the application now runs on the Expo. How do I resolve this login now?