This website works better with JavaScript.
Home
Explore
Help
Sign In
npm
/
react-native-navigation
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
react-native-navigation的迁移库
1410
Commits
1
Branch
Tree:
d1e31ee437
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd1e31ee437'
${ noResults }
react-native-navigation
/
src
/
adapters
/
UniqueIdProvider.mock.js
UniqueIdProvider.mock.js
102B
History
Raw
1
2
3
4
5
6
7
export default class UniqueIdProvider {
generate(prefix) {
return `${prefix}+UNIQUE_ID`;
}
}