@norcy/react-native-toolkit 0.1.41 → 0.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/.DS_Store +0 -0
  2. package/.circleci/config.yml +98 -0
  3. package/.editorconfig +15 -0
  4. package/.gitattributes +3 -0
  5. package/.gitignore +60 -0
  6. package/.prettierrc +8 -0
  7. package/.vscode/settings.json +9 -0
  8. package/.watchmanconfig +6 -0
  9. package/CONTRIBUTING.md +184 -0
  10. package/babel.config.js +3 -0
  11. package/ios/.DS_Store +0 -0
  12. package/locales/en-US.json +1 -0
  13. package/locales/zh-CN.json +1 -0
  14. package/package.json +1 -1
  15. package/src/.DS_Store +0 -0
  16. package/tsconfig.json +27 -0
  17. package/yarn.lock +11432 -0
  18. package/lib/typescript/babel.config.d.ts +0 -1
  19. package/lib/typescript/lib/commonjs/AppBadgeContext.d.ts +0 -8
  20. package/lib/typescript/lib/commonjs/AppleLoginUtil.d.ts +0 -27
  21. package/lib/typescript/lib/commonjs/ConfigDataModel.d.ts +0 -14
  22. package/lib/typescript/lib/commonjs/DevConfig.d.ts +0 -7
  23. package/lib/typescript/lib/commonjs/Frequence.d.ts +0 -6
  24. package/lib/typescript/lib/commonjs/LoginManager.d.ts +0 -15
  25. package/lib/typescript/lib/commonjs/MessageModel.d.ts +0 -10
  26. package/lib/typescript/lib/commonjs/Notification.d.ts +0 -8
  27. package/lib/typescript/lib/commonjs/PrefData.d.ts +0 -79
  28. package/lib/typescript/lib/commonjs/ReportUtil.d.ts +0 -16
  29. package/lib/typescript/lib/commonjs/SentryManager.d.ts +0 -5
  30. package/lib/typescript/lib/commonjs/SyncPrefData.d.ts +0 -5
  31. package/lib/typescript/lib/commonjs/Tool.d.ts +0 -26
  32. package/lib/typescript/lib/commonjs/VipAndroidManager.d.ts +0 -25
  33. package/lib/typescript/lib/commonjs/VipManager.d.ts +0 -25
  34. package/lib/typescript/lib/commonjs/WeChatLoginUtil.d.ts +0 -4
  35. package/lib/typescript/lib/commonjs/constant.d.ts +0 -3
  36. package/lib/typescript/lib/commonjs/index.d.ts +0 -3
  37. package/lib/typescript/lib/module/AppBadgeContext.d.ts +0 -14
  38. package/lib/typescript/lib/module/AppleLoginUtil.d.ts +0 -26
  39. package/lib/typescript/lib/module/ConfigDataModel.d.ts +0 -13
  40. package/lib/typescript/lib/module/DevConfig.d.ts +0 -6
  41. package/lib/typescript/lib/module/Frequence.d.ts +0 -5
  42. package/lib/typescript/lib/module/LoginManager.d.ts +0 -14
  43. package/lib/typescript/lib/module/MessageModel.d.ts +0 -9
  44. package/lib/typescript/lib/module/Notification.d.ts +0 -7
  45. package/lib/typescript/lib/module/PrefData.d.ts +0 -78
  46. package/lib/typescript/lib/module/ReportUtil.d.ts +0 -15
  47. package/lib/typescript/lib/module/SentryManager.d.ts +0 -4
  48. package/lib/typescript/lib/module/SyncPrefData.d.ts +0 -4
  49. package/lib/typescript/lib/module/Tool.d.ts +0 -25
  50. package/lib/typescript/lib/module/VipAndroidManager.d.ts +0 -24
  51. package/lib/typescript/lib/module/VipManager.d.ts +0 -24
  52. package/lib/typescript/lib/module/WeChatLoginUtil.d.ts +0 -3
  53. package/lib/typescript/lib/module/constant.d.ts +0 -2
  54. package/lib/typescript/lib/module/index.d.ts +0 -19
  55. /package/lib/typescript/{src/AppBadgeContext.d.ts → AppBadgeContext.d.ts} +0 -0
  56. /package/lib/typescript/{src/AppleLoginUtil.d.ts → AppleLoginUtil.d.ts} +0 -0
  57. /package/lib/typescript/{src/ConfigDataModel.d.ts → ConfigDataModel.d.ts} +0 -0
  58. /package/lib/typescript/{src/DevConfig.d.ts → DevConfig.d.ts} +0 -0
  59. /package/lib/typescript/{src/Frequence.d.ts → Frequence.d.ts} +0 -0
  60. /package/lib/typescript/{src/LoginManager.d.ts → LoginManager.d.ts} +0 -0
  61. /package/lib/typescript/{src/MessageModel.d.ts → MessageModel.d.ts} +0 -0
  62. /package/lib/typescript/{src/Notification.d.ts → Notification.d.ts} +0 -0
  63. /package/lib/typescript/{src/PrefData.d.ts → PrefData.d.ts} +0 -0
  64. /package/lib/typescript/{src/ReportUtil.d.ts → ReportUtil.d.ts} +0 -0
  65. /package/lib/typescript/{src/SentryManager.d.ts → SentryManager.d.ts} +0 -0
  66. /package/lib/typescript/{src/SyncPrefData.d.ts → SyncPrefData.d.ts} +0 -0
  67. /package/lib/typescript/{src/Tool.d.ts → Tool.d.ts} +0 -0
  68. /package/lib/typescript/{src/VipAndroidManager.d.ts → VipAndroidManager.d.ts} +0 -0
  69. /package/lib/typescript/{src/VipManager.d.ts → VipManager.d.ts} +0 -0
  70. /package/lib/typescript/{src/WeChatLoginUtil.d.ts → WeChatLoginUtil.d.ts} +0 -0
  71. /package/lib/typescript/{src/constant.d.ts → constant.d.ts} +0 -0
  72. /package/lib/typescript/{src/index.d.ts → index.d.ts} +0 -0
File without changes
File without changes