UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

8 lines (6 loc) 146 B
import uniqueId from 'lodash/uniqueId'; export class UniqueIdProvider { generate(prefix?: string): string { return uniqueId(prefix); } }