UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

11 lines (10 loc) 224 B
"use strict"; export function findLastIndex(array, callback) { for (let i = array.length - 1; i >= 0; i--) { if (callback(array[i])) { return i; } } return -1; } //# sourceMappingURL=findLastIndex.js.map