Results 8 comments of [email protected]

Even i'm facing the same issue where hasOwnProperty throw false.

> ### What kind of Issue is this? > Bug Report > Question / Problem Problem - question > Discussion / Feature Request > > ### Actual behavior > *...

Facing the same issue. Any update on this?

Even i'm facing the same problem @sangeethkumarv. Kindly find the below code. App.js import React, {Component} from 'react'; import { Animated, Easing, StyleSheet, Text, Image, View, Dimensions, Platform, TouchableOpacity }...

@david-mcafee Thanks for these steps, Step 1 - has been followed thoroughly and implemented in the same way. Step 2 & 3 - I shall update to the mentioned version...

@cwomack clearDataStore will be called only on logout. Whereas stopDataStore will be called when there is any KeepAliveTimeOut happens (KA acknowledgement is missed) through 'api' channel. ``` Hub.listen('api', async (data)...

@david-mcafee I agree with your point, I make query’s and other operations only when AppSync **ready** event trigger(after all model synced). Also, I'm trying to stop and start only when...