Andrew Henderson
Andrew Henderson
I'm receiving the following warning in the inspector: `Rendered Aggressively` I can't seem to find any documentation on what this means and how to correct it. Is there a list...
I uninstalled Firestack and now attempted to reinstall. I'm receiving the following error: `/node_modules/react-native-firestack/ios/Firestack/FirestackAuth.h:16:5: Unknown type name 'FIRAuthStateDidChangeListenerHandle'`
Currenlty, the response object is only a tiny subset of the [Google's Places API Place Result](https://developers.google.com/maps/documentation/javascript/reference#PlaceResult). I'm proposing it be changed to match the API. ### Currently ```js { "longitude":...
RN version 0.37 Using AWSCognitoCredentials I'm finding that the method [`isAuthenticated`](https://github.com/awslabs/aws-sdk-react-native/blob/master/Core/src/AWSCognitoCredentials.js#L134-L148) returns `true` only the first time. Subsequent logins return `false`. I'm using sample code I found in an Amazon...
I'm currently using require.js in dev environment. I installed the project from NPM. Because it's a clone of the repo, it assumes ES2015. I think a bundler such as Webpack...