react-native-navigation的迁移库

12345678
  1. function getRandomId() {
  2. return (Math.random()*1e20).toString(36);
  3. }
  4. export default {
  5. getRandomId
  6. }