Jacob Cross

Results 2 comments of Jacob Cross

Side note, I'm using Native-base and I will be also using buttons on the right side of the navigation bar in some views.

lib/oauth/index.js contains. ```javascript 'use strict'; var FacebookStrategy = require('passport-facebook'); var config = require('./../config'); var database = require('./../database'); module.exports = class Oauth { static get facebook() { return new FacebookStrategy({ clientID:...