From 21b08cf2af63f006924ae05f606d19b0219a30bf Mon Sep 17 00:00:00 2001
From: Travis CI Promise object.
Gets all keys known to the app, for all callers, libraries, etc. Returns a Promise object.
multiGet invokes callback with an array of key-value pair arrays that
matches the input format of multiSet. Returns a Promise object.
multiGet(['k1', 'k2'], cb) -> cb([['k1', 'val1'], ['k2', 'val2']])
multiSet and multiMerge take arrays of key-value array pairs that match
-the output of multiGet. Returns a Promise object.
multiSet([['k1', 'val1'], ['k2', 'val2']], cb);
Delete all the keys in the keys array. Returns a Promise object.
Merges existing values with input values, assuming they are stringified
+the output of multiGet, e.g. Returns a Promise object.
multiSet([['k1', 'val1'], ['k2', 'val2']], cb);
Delete all the keys in the keys array. Returns a Promise object.
Merges existing values with input values, assuming they are stringified
json. Returns a Promise object.
Not supported by all native implementations.
It provides a predictable wrapper o
For each handler, it provides a new gestureState object alongside the
normal event.
A gestureState object has the following:
stateID - ID of the gestureState- persisted as long as there at least
one touch on screenmoveX - the latest screen coordinates of the recently-moved touchmoveY - the latest screen coordinates of the recently-moved touchx0 - the screen coordinates of the responder granty0 - the screen coordinates of the responder grantdx - accumulated distance of the gesture since the touch starteddy - accumulated distance of the gesture since the touch startedvx - current velocity of the gesturevy - current velocity of the gesturenumberActiveTouches - Number of touches currently on screeenExample:
NOTE: TouchableOpacity supports only one child
If you wish to have to have several child components, wrap them in a View.
Determines what the opacity of the wrapped view should be when touch is +},
Determines what the opacity of the wrapped view should be when touch is active.