UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

9 lines (8 loc) 187 B
"use strict"; import uniqueId from 'lodash/uniqueId'; export class UniqueIdProvider { generate(prefix) { return uniqueId(prefix); } } //# sourceMappingURL=UniqueIdProvider.js.map