2
I have previously integrated with Facebook in React Native, and for that I changed some lines of code directly in the Android folder of the Application. But in the application I’m doing now I felt a lot of differences, among them the inexistence of Android folder...
I installed the module React-Native-fbsdk, and I also ran the command React-Native link, which returned me success, but I can’t use the login. The call "Loginmanager.logInWithReadPermissions" returns me an error at runtime: "Undefined is not an Object".
I do not know the location of the android folder, I only see that the application now runs on the Expo. How do I resolve this login now?
Unfortunately the Api Expo is new, and still does not have a good documentation. So, in doubt, read the sources!
– Rômulo O. Torres