FB Login w/ React Native + AWS Cognito
问题 I am trying to use the react native FBDSK Wrapper library along with the AWS cognito javascript library (recently switched react native support over to the js library) I am able to login with FB and retrieve the token but when I try to sign in using AWS cognito I do not see a succesful login in my AWS federated identity dashboard. I am wondering what am I doing wrong here? index.js : import React, { Component } from 'react'; import { Animated, Platform, StatusBar, StyleSheet, Text, View,