Skip to content

Files

Latest commit

 

History

History

Day 010 - React Native App using Facebook SDK

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

100DaysOfCode Challenge

#DAY 10: The complete guide to using Facebook SDK in React Native App

Make sure you replace the following in Info.plist in this project before using with your facebook App info

  <string>fb{app ID}</string>
      </array>
    </dict>
  </array>
  <key>FacebookAppID</key>
  <string>{app ID}</string>
  <key>FacebookDisplayName</key>
  <string>{app name}</string>
  • Successfully installed and integrated facebook SDK into React Native App
  • Created a Login Component with ability to login using facebook login button.

Read more about it on medium here: https://medium.com/@hmovielabs

About me and other interesting projects on my website: http://HMovieLabs.com/