Moved facebook-auth demo assets

This commit is contained in:
Evan Bacon
2020-06-25 15:16:27 -07:00
parent d03a4b711c
commit d89d2590bd
4 changed files with 8 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ Try it at https://expo.io/@community/with-facebook-auth
### Setting up the Facebook app
- Follow the steps [described in the Facebook for Developers documentation](https://developers.facebook.com/docs/apps/register)
- Add the "Facebook Login" product and configure it ([screenshot](https://raw.githubusercontent.com/expo/examples/master/with-facebook-auth/_assets/add-facebook-login.png))
- Make the app public ([screenshot](https://raw.githubusercontent.com/expo/examples/master/with-facebook-auth/_assets/make-public.png))
- Add the "Facebook Login" product and configure it ([screenshot](https://i.imgur.com/CqHElwS.png))
- Make the app public ([screenshot](https://i.imgur.com/7RHDX87.png))
- Swap out the `FB_APP_ID` in `App.js` with your Facebook app's id.
## The idea behind the example

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

View File

@@ -0,0 +1,6 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
};
};