iamport-react-native 2.0.15 → 3.0.0

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 (426) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +12 -2
  3. package/lib/commonjs/components/Certification/index.js +69 -69
  4. package/lib/commonjs/components/Certification/index.js.map +1 -1
  5. package/lib/commonjs/components/ErrorOnParams/index.js +10 -9
  6. package/lib/commonjs/components/ErrorOnParams/index.js.map +1 -1
  7. package/lib/commonjs/components/Loading/index.js +10 -9
  8. package/lib/commonjs/components/Loading/index.js.map +1 -1
  9. package/lib/commonjs/components/Payment/index.js +91 -92
  10. package/lib/commonjs/components/Payment/index.js.map +1 -1
  11. package/lib/commonjs/constants/index.js.map +1 -1
  12. package/lib/commonjs/index.js.map +1 -1
  13. package/lib/commonjs/package.json +1 -0
  14. package/lib/commonjs/styles.js.map +1 -1
  15. package/lib/commonjs/utils/IamportUrl.js +48 -29
  16. package/lib/commonjs/utils/IamportUrl.js.map +1 -1
  17. package/lib/commonjs/utils/Validation.js +1 -2
  18. package/lib/commonjs/utils/Validation.js.map +1 -1
  19. package/lib/commonjs/utils/ValidationForPayment.js.map +1 -1
  20. package/lib/module/components/Certification/index.js +75 -72
  21. package/lib/module/components/Certification/index.js.map +1 -1
  22. package/lib/module/components/ErrorOnParams/index.js +13 -9
  23. package/lib/module/components/ErrorOnParams/index.js.map +1 -1
  24. package/lib/module/components/Loading/index.js +13 -9
  25. package/lib/module/components/Loading/index.js.map +1 -1
  26. package/lib/module/components/Payment/index.js +95 -93
  27. package/lib/module/components/Payment/index.js.map +1 -1
  28. package/lib/module/constants/index.js +2 -0
  29. package/lib/module/constants/index.js.map +1 -1
  30. package/lib/module/index.js +6 -4
  31. package/lib/module/index.js.map +1 -1
  32. package/lib/module/package.json +1 -0
  33. package/lib/module/styles.js +2 -0
  34. package/lib/module/styles.js.map +1 -1
  35. package/lib/module/utils/IamportUrl.js +51 -29
  36. package/lib/module/utils/IamportUrl.js.map +1 -1
  37. package/lib/module/utils/Validation.js +3 -2
  38. package/lib/module/utils/Validation.js.map +1 -1
  39. package/lib/module/utils/ValidationForPayment.js +4 -2
  40. package/lib/module/utils/ValidationForPayment.js.map +1 -1
  41. package/lib/typescript/package.json +1 -0
  42. package/lib/typescript/{components → src/components}/Certification/index.d.ts +1 -2
  43. package/lib/typescript/src/components/Certification/index.d.ts.map +1 -0
  44. package/lib/typescript/src/components/ErrorOnParams/index.d.ts +6 -0
  45. package/lib/typescript/src/components/ErrorOnParams/index.d.ts.map +1 -0
  46. package/lib/typescript/src/components/Loading/index.d.ts +3 -0
  47. package/lib/typescript/src/components/Loading/index.d.ts.map +1 -0
  48. package/lib/typescript/{components → src/components}/Payment/index.d.ts +1 -2
  49. package/lib/typescript/src/components/Payment/index.d.ts.map +1 -0
  50. package/lib/typescript/src/constants/index.d.ts.map +1 -0
  51. package/lib/typescript/src/index.d.ts.map +1 -0
  52. package/lib/typescript/{styles.d.ts → src/styles.d.ts} +2 -2
  53. package/lib/typescript/src/styles.d.ts.map +1 -0
  54. package/lib/typescript/{utils → src/utils}/IamportUrl.d.ts +8 -7
  55. package/lib/typescript/src/utils/IamportUrl.d.ts.map +1 -0
  56. package/lib/typescript/src/utils/Validation.d.ts.map +1 -0
  57. package/lib/typescript/src/utils/ValidationForPayment.d.ts.map +1 -0
  58. package/package.json +91 -64
  59. package/src/components/Certification/index.tsx +7 -7
  60. package/src/components/ErrorOnParams/index.tsx +1 -2
  61. package/src/components/Loading/index.tsx +1 -2
  62. package/src/components/Payment/index.tsx +6 -6
  63. package/src/utils/IamportUrl.ts +54 -26
  64. package/.circleci/config.yml +0 -98
  65. package/.editorconfig +0 -15
  66. package/.gitattributes +0 -3
  67. package/.gitignore +0 -69
  68. package/.yarnrc +0 -3
  69. package/.yarnrc.yml +0 -1
  70. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  71. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  72. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  73. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  74. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  75. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  76. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  77. package/android/.gradle/8.9/gc.properties +0 -0
  78. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  79. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  80. package/android/.gradle/vcs-1/gc.properties +0 -0
  81. package/android/build.gradle +0 -128
  82. package/android/gradle.properties +0 -4
  83. package/android/src/main/AndroidManifest.xml +0 -4
  84. package/android/src/main/java/com/iamportreactnative/IamportReactNativePackage.kt +0 -17
  85. package/android/src/main/java/com/iamportreactnative/IamportReactNativeViewManager.kt +0 -20
  86. package/babel.config.js +0 -3
  87. package/example/.gitignore +0 -69
  88. package/example/README.md +0 -44
  89. package/example/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  90. package/example/android/.gradle/7.5.1/checksums/md5-checksums.bin +0 -0
  91. package/example/android/.gradle/7.5.1/checksums/sha1-checksums.bin +0 -0
  92. package/example/android/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  93. package/example/android/.gradle/7.5.1/dependencies-accessors/gc.properties +0 -0
  94. package/example/android/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
  95. package/example/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  96. package/example/android/.gradle/7.5.1/fileHashes/fileHashes.bin +0 -0
  97. package/example/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  98. package/example/android/.gradle/7.5.1/gc.properties +0 -0
  99. package/example/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  100. package/example/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  101. package/example/android/.gradle/vcs-1/gc.properties +0 -0
  102. package/example/android/app/build.gradle +0 -183
  103. package/example/android/app/debug.keystore +0 -0
  104. package/example/android/app/proguard-rules.pro +0 -10
  105. package/example/android/app/src/debug/AndroidManifest.xml +0 -8
  106. package/example/android/app/src/debug/java/com/example/iamportreactnative/ReactNativeFlipper.java +0 -69
  107. package/example/android/app/src/main/AndroidManifest.xml +0 -34
  108. package/example/android/app/src/main/java/com/example/iamportreactnative/MainActivity.java +0 -15
  109. package/example/android/app/src/main/java/com/example/iamportreactnative/MainApplication.java +0 -80
  110. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  111. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  112. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  113. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  114. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  115. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  116. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  117. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  118. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  119. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  120. package/example/android/app/src/main/res/values/strings.xml +0 -3
  121. package/example/android/app/src/main/res/values/styles.xml +0 -9
  122. package/example/android/build.gradle +0 -21
  123. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  124. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  125. package/example/android/gradle.properties +0 -44
  126. package/example/android/gradlew +0 -183
  127. package/example/android/gradlew.bat +0 -103
  128. package/example/android/settings.gradle +0 -9
  129. package/example/app.json +0 -4
  130. package/example/babel.config.js +0 -11
  131. package/example/index.js +0 -5
  132. package/example/ios/File.swift +0 -8
  133. package/example/ios/Gemfile +0 -7
  134. package/example/ios/Gemfile.lock +0 -99
  135. package/example/ios/IamportReactNativeExample/AppDelegate.h +0 -15
  136. package/example/ios/IamportReactNativeExample/AppDelegate.mm +0 -138
  137. package/example/ios/IamportReactNativeExample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  138. package/example/ios/IamportReactNativeExample/Images.xcassets/Contents.json +0 -6
  139. package/example/ios/IamportReactNativeExample/Info.plist +0 -121
  140. package/example/ios/IamportReactNativeExample/LaunchScreen.storyboard +0 -58
  141. package/example/ios/IamportReactNativeExample/main.m +0 -16
  142. package/example/ios/IamportReactNativeExample-Bridging-Header.h +0 -3
  143. package/example/ios/IamportReactNativeExample.xcodeproj/project.pbxproj +0 -969
  144. package/example/ios/IamportReactNativeExample.xcodeproj/xcshareddata/xcschemes/IamportReactNativeExample.xcscheme +0 -99
  145. package/example/ios/IamportReactNativeExample.xcworkspace/contents.xcworkspacedata +0 -10
  146. package/example/ios/IamportReactNativeExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  147. package/example/ios/Podfile +0 -57
  148. package/example/ios/Podfile.lock +0 -756
  149. package/example/metro.config.js +0 -66
  150. package/example/package.json +0 -40
  151. package/example/src/App.tsx +0 -17
  152. package/example/src/Certification/index.tsx +0 -30
  153. package/example/src/CertificationResult/index.tsx +0 -79
  154. package/example/src/CertificationTest/index.tsx +0 -214
  155. package/example/src/Home/index.tsx +0 -87
  156. package/example/src/Loading/index.tsx +0 -12
  157. package/example/src/NavigationService.tsx +0 -127
  158. package/example/src/Payment/index.tsx +0 -28
  159. package/example/src/PaymentResult/index.tsx +0 -96
  160. package/example/src/PaymentTest/index.tsx +0 -383
  161. package/example/src/Picker/index.tsx +0 -60
  162. package/example/src/constants.ts +0 -274
  163. package/example/src/utils.ts +0 -83
  164. package/example/yarn.lock +0 -7358
  165. package/exampleForExpo/.buckconfig +0 -6
  166. package/exampleForExpo/.expo/README.md +0 -8
  167. package/exampleForExpo/.expo/devices.json +0 -3
  168. package/exampleForExpo/.gitattributes +0 -1
  169. package/exampleForExpo/.gitignore +0 -125
  170. package/exampleForExpo/.idea/.gitignore +0 -3
  171. package/exampleForExpo/.idea/caches/deviceStreaming.xml +0 -549
  172. package/exampleForExpo/.idea/exampleForExpo.iml +0 -9
  173. package/exampleForExpo/.idea/misc.xml +0 -6
  174. package/exampleForExpo/.idea/modules.xml +0 -8
  175. package/exampleForExpo/.idea/vcs.xml +0 -6
  176. package/exampleForExpo/.idea/workspace.xml +0 -53
  177. package/exampleForExpo/README.md +0 -58
  178. package/exampleForExpo/__tests__/App.js +0 -10
  179. package/exampleForExpo/android/.gitignore +0 -21
  180. package/exampleForExpo/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  181. package/exampleForExpo/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  182. package/exampleForExpo/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  183. package/exampleForExpo/android/.gradle/7.5.1/gc.properties +0 -0
  184. package/exampleForExpo/android/.gradle/vcs-1/gc.properties +0 -0
  185. package/exampleForExpo/android/app/BUCK +0 -55
  186. package/exampleForExpo/android/app/build.gradle +0 -362
  187. package/exampleForExpo/android/app/build_defs.bzl +0 -19
  188. package/exampleForExpo/android/app/debug.keystore +0 -0
  189. package/exampleForExpo/android/app/proguard-rules.pro +0 -14
  190. package/exampleForExpo/android/app/src/debug/AndroidManifest.xml +0 -7
  191. package/exampleForExpo/android/app/src/debug/java/kr/iamport/exampleForExpo/ReactNativeFlipper.java +0 -69
  192. package/exampleForExpo/android/app/src/main/AndroidManifest.xml +0 -34
  193. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainActivity.java +0 -83
  194. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/MainApplication.java +0 -106
  195. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/MainApplicationReactNativeHost.java +0 -117
  196. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/components/MainComponentsRegistry.java +0 -36
  197. package/exampleForExpo/android/app/src/main/java/kr/iamport/exampleForExpo/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
  198. package/exampleForExpo/android/app/src/main/jni/CMakeLists.txt +0 -7
  199. package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
  200. package/exampleForExpo/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
  201. package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
  202. package/exampleForExpo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
  203. package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
  204. package/exampleForExpo/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
  205. package/exampleForExpo/android/app/src/main/jni/OnLoad.cpp +0 -11
  206. package/exampleForExpo/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  207. package/exampleForExpo/android/app/src/main/res/drawable/splashscreen.xml +0 -4
  208. package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  209. package/exampleForExpo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  210. package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  211. package/exampleForExpo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  212. package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  213. package/exampleForExpo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  214. package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  215. package/exampleForExpo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  216. package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  217. package/exampleForExpo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  218. package/exampleForExpo/android/app/src/main/res/values/colors.xml +0 -4
  219. package/exampleForExpo/android/app/src/main/res/values/strings.xml +0 -3
  220. package/exampleForExpo/android/app/src/main/res/values/styles.xml +0 -17
  221. package/exampleForExpo/android/app/src/main/res/values-night/colors.xml +0 -1
  222. package/exampleForExpo/android/build.gradle +0 -65
  223. package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  224. package/exampleForExpo/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  225. package/exampleForExpo/android/gradle.properties +0 -53
  226. package/exampleForExpo/android/gradlew +0 -240
  227. package/exampleForExpo/android/gradlew.bat +0 -91
  228. package/exampleForExpo/android/settings.gradle +0 -17
  229. package/exampleForExpo/app.json +0 -16
  230. package/exampleForExpo/babel.config.js +0 -11
  231. package/exampleForExpo/index.js +0 -9
  232. package/exampleForExpo/ios/.gitignore +0 -30
  233. package/exampleForExpo/ios/.xcode.env +0 -11
  234. package/exampleForExpo/ios/Podfile +0 -61
  235. package/exampleForExpo/ios/Podfile.lock +0 -734
  236. package/exampleForExpo/ios/Podfile.properties.json +0 -3
  237. package/exampleForExpo/ios/exampleForExpo/AppDelegate.h +0 -9
  238. package/exampleForExpo/ios/exampleForExpo/AppDelegate.mm +0 -166
  239. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  240. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/Contents.json +0 -6
  241. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/Contents.json +0 -21
  242. package/exampleForExpo/ios/exampleForExpo/Images.xcassets/SplashScreenBackground.imageset/image.png +0 -0
  243. package/exampleForExpo/ios/exampleForExpo/Info.plist +0 -118
  244. package/exampleForExpo/ios/exampleForExpo/SplashScreen.storyboard +0 -43
  245. package/exampleForExpo/ios/exampleForExpo/Supporting/Expo.plist +0 -16
  246. package/exampleForExpo/ios/exampleForExpo/exampleForExpo.entitlements +0 -8
  247. package/exampleForExpo/ios/exampleForExpo/main.m +0 -10
  248. package/exampleForExpo/ios/exampleForExpo/noop-file.swift +0 -4
  249. package/exampleForExpo/ios/exampleForExpo.xcodeproj/project.pbxproj +0 -544
  250. package/exampleForExpo/ios/exampleForExpo.xcodeproj/xcshareddata/xcschemes/exampleForExpo.xcscheme +0 -88
  251. package/exampleForExpo/ios/exampleForExpo.xcworkspace/contents.xcworkspacedata +0 -10
  252. package/exampleForExpo/ios/exampleForExpo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  253. package/exampleForExpo/metro.config.js +0 -62
  254. package/exampleForExpo/package.json +0 -40
  255. package/exampleForExpo/src/App.js +0 -14
  256. package/exampleForExpo/src/Certification/index.js +0 -25
  257. package/exampleForExpo/src/CertificationResult/index.js +0 -61
  258. package/exampleForExpo/src/CertificationTest/index.js +0 -151
  259. package/exampleForExpo/src/Home/index.js +0 -80
  260. package/exampleForExpo/src/Loading/index.js +0 -10
  261. package/exampleForExpo/src/NavigationService.js +0 -102
  262. package/exampleForExpo/src/Payment/index.js +0 -23
  263. package/exampleForExpo/src/PaymentResult/index.js +0 -82
  264. package/exampleForExpo/src/PaymentTest/index.js +0 -313
  265. package/exampleForExpo/src/Picker/index.js +0 -19
  266. package/exampleForExpo/src/constants.js +0 -322
  267. package/exampleForExpo/src/utils.js +0 -116
  268. package/exampleForExpo/yarn.lock +0 -9498
  269. package/exampleForManagedExpo/.expo-shared/assets.json +0 -4
  270. package/exampleForManagedExpo/.gitignore +0 -22
  271. package/exampleForManagedExpo/App.js +0 -11
  272. package/exampleForManagedExpo/README.md +0 -33
  273. package/exampleForManagedExpo/app.json +0 -90
  274. package/exampleForManagedExpo/assets/adaptive-icon.png +0 -0
  275. package/exampleForManagedExpo/assets/favicon.png +0 -0
  276. package/exampleForManagedExpo/assets/icon.png +0 -0
  277. package/exampleForManagedExpo/assets/splash.png +0 -0
  278. package/exampleForManagedExpo/babel.config.js +0 -11
  279. package/exampleForManagedExpo/metro.config.js +0 -62
  280. package/exampleForManagedExpo/package.json +0 -36
  281. package/exampleForManagedExpo/src/Certification/index.js +0 -25
  282. package/exampleForManagedExpo/src/CertificationResult/index.js +0 -61
  283. package/exampleForManagedExpo/src/CertificationTest/index.js +0 -151
  284. package/exampleForManagedExpo/src/Home/index.js +0 -80
  285. package/exampleForManagedExpo/src/Loading/index.js +0 -10
  286. package/exampleForManagedExpo/src/NavigationService.js +0 -102
  287. package/exampleForManagedExpo/src/Payment/index.js +0 -23
  288. package/exampleForManagedExpo/src/PaymentResult/index.js +0 -82
  289. package/exampleForManagedExpo/src/PaymentTest/index.js +0 -313
  290. package/exampleForManagedExpo/src/Picker/index.js +0 -19
  291. package/exampleForManagedExpo/src/constants.js +0 -322
  292. package/exampleForManagedExpo/src/utils.js +0 -116
  293. package/exampleForManagedExpo/yarn.lock +0 -9411
  294. package/exampleForWebView/.buckconfig +0 -6
  295. package/exampleForWebView/.eslintrc.js +0 -4
  296. package/exampleForWebView/.gitattributes +0 -3
  297. package/exampleForWebView/.gitignore +0 -68
  298. package/exampleForWebView/.prettierrc.js +0 -7
  299. package/exampleForWebView/.watchmanconfig +0 -1
  300. package/exampleForWebView/README.md +0 -77
  301. package/exampleForWebView/__tests__/App-test.tsx +0 -14
  302. package/exampleForWebView/_editorconfig +0 -3
  303. package/exampleForWebView/android/.gradle/7.5.1/checksums/checksums.lock +0 -0
  304. package/exampleForWebView/android/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  305. package/exampleForWebView/android/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  306. package/exampleForWebView/android/.gradle/7.5.1/gc.properties +0 -0
  307. package/exampleForWebView/android/.gradle/vcs-1/gc.properties +0 -0
  308. package/exampleForWebView/android/app/BUCK +0 -55
  309. package/exampleForWebView/android/app/build.gradle +0 -313
  310. package/exampleForWebView/android/app/build_defs.bzl +0 -19
  311. package/exampleForWebView/android/app/debug.keystore +0 -0
  312. package/exampleForWebView/android/app/proguard-rules.pro +0 -10
  313. package/exampleForWebView/android/app/src/debug/AndroidManifest.xml +0 -13
  314. package/exampleForWebView/android/app/src/debug/java/com/exampleforwebview/ReactNativeFlipper.java +0 -73
  315. package/exampleForWebView/android/app/src/main/AndroidManifest.xml +0 -26
  316. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainActivity.java +0 -48
  317. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/MainApplication.java +0 -91
  318. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/MainApplicationReactNativeHost.java +0 -116
  319. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/components/MainComponentsRegistry.java +0 -36
  320. package/exampleForWebView/android/app/src/main/java/com/exampleforwebview/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
  321. package/exampleForWebView/android/app/src/main/jni/CMakeLists.txt +0 -7
  322. package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -32
  323. package/exampleForWebView/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
  324. package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
  325. package/exampleForWebView/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
  326. package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -65
  327. package/exampleForWebView/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
  328. package/exampleForWebView/android/app/src/main/jni/OnLoad.cpp +0 -11
  329. package/exampleForWebView/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  330. package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  331. package/exampleForWebView/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  332. package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  333. package/exampleForWebView/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  334. package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  335. package/exampleForWebView/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  336. package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  337. package/exampleForWebView/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  338. package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  339. package/exampleForWebView/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  340. package/exampleForWebView/android/app/src/main/res/values/strings.xml +0 -3
  341. package/exampleForWebView/android/app/src/main/res/values/styles.xml +0 -9
  342. package/exampleForWebView/android/build.gradle +0 -51
  343. package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  344. package/exampleForWebView/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  345. package/exampleForWebView/android/gradle.properties +0 -40
  346. package/exampleForWebView/android/gradlew +0 -234
  347. package/exampleForWebView/android/gradlew.bat +0 -89
  348. package/exampleForWebView/android/settings.gradle +0 -11
  349. package/exampleForWebView/app.json +0 -4
  350. package/exampleForWebView/babel.config.js +0 -11
  351. package/exampleForWebView/index.js +0 -9
  352. package/exampleForWebView/ios/.xcode.env +0 -11
  353. package/exampleForWebView/ios/Podfile +0 -43
  354. package/exampleForWebView/ios/Podfile.lock +0 -748
  355. package/exampleForWebView/ios/exampleForWebView/AppDelegate.h +0 -8
  356. package/exampleForWebView/ios/exampleForWebView/AppDelegate.mm +0 -133
  357. package/exampleForWebView/ios/exampleForWebView/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  358. package/exampleForWebView/ios/exampleForWebView/Images.xcassets/Contents.json +0 -6
  359. package/exampleForWebView/ios/exampleForWebView/Info.plist +0 -96
  360. package/exampleForWebView/ios/exampleForWebView/LaunchScreen.storyboard +0 -47
  361. package/exampleForWebView/ios/exampleForWebView/main.m +0 -10
  362. package/exampleForWebView/ios/exampleForWebView.xcodeproj/project.pbxproj +0 -723
  363. package/exampleForWebView/ios/exampleForWebView.xcodeproj/xcshareddata/xcschemes/exampleForWebView.xcscheme +0 -88
  364. package/exampleForWebView/ios/exampleForWebView.xcworkspace/contents.xcworkspacedata +0 -10
  365. package/exampleForWebView/ios/exampleForWebView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  366. package/exampleForWebView/ios/exampleForWebViewTests/Info.plist +0 -24
  367. package/exampleForWebView/ios/exampleForWebViewTests/exampleForWebViewTests.m +0 -66
  368. package/exampleForWebView/manuals/CERTIFICATION.md +0 -223
  369. package/exampleForWebView/manuals/PAYMENT.md +0 -232
  370. package/exampleForWebView/metro.config.js +0 -61
  371. package/exampleForWebView/package.json +0 -54
  372. package/exampleForWebView/src/App.tsx +0 -50
  373. package/exampleForWebView/src/Certification.tsx +0 -54
  374. package/exampleForWebView/src/Home.tsx +0 -49
  375. package/exampleForWebView/src/Loading.tsx +0 -23
  376. package/exampleForWebView/src/Payment.tsx +0 -65
  377. package/exampleForWebView/yarn.lock +0 -7362
  378. package/iamport-react-native.podspec +0 -19
  379. package/ios/IamportReactNative-Bridging-Header.h +0 -1
  380. package/ios/IamportReactNative.xcodeproj/project.pbxproj +0 -293
  381. package/ios/IamportReactNativeViewManager.m +0 -12
  382. package/ios/IamportReactNativeViewManager.swift +0 -32
  383. package/lib/typescript/components/Certification/index.d.ts.map +0 -1
  384. package/lib/typescript/components/ErrorOnParams/index.d.ts +0 -7
  385. package/lib/typescript/components/ErrorOnParams/index.d.ts.map +0 -1
  386. package/lib/typescript/components/Loading/index.d.ts +0 -4
  387. package/lib/typescript/components/Loading/index.d.ts.map +0 -1
  388. package/lib/typescript/components/Payment/index.d.ts.map +0 -1
  389. package/lib/typescript/constants/index.d.ts.map +0 -1
  390. package/lib/typescript/index.d.ts.map +0 -1
  391. package/lib/typescript/styles.d.ts.map +0 -1
  392. package/lib/typescript/utils/IamportUrl.d.ts.map +0 -1
  393. package/lib/typescript/utils/Validation.d.ts.map +0 -1
  394. package/lib/typescript/utils/ValidationForPayment.d.ts.map +0 -1
  395. package/manuals/CALLBACK.md +0 -72
  396. package/manuals/EXAMPLE.md +0 -168
  397. package/manuals/EXPO.md +0 -246
  398. package/manuals/INSTALL.md +0 -31
  399. package/manuals/SETTING.md +0 -140
  400. package/manuals/SUPPORT.md +0 -35
  401. package/manuals/TRANS.md +0 -77
  402. package/manuals/VERSION.md +0 -187
  403. package/manuals/assets/after-linking-iamport.png +0 -0
  404. package/manuals/assets/after-linking-webview.png +0 -0
  405. package/manuals/assets/allow-arbitrary.gif +0 -0
  406. package/manuals/assets/android-studio-avd-manager.png +0 -0
  407. package/manuals/assets/android-studio-build.png +0 -0
  408. package/manuals/assets/app-scheme-registry.gif +0 -0
  409. package/manuals/assets/expo-eject.png +0 -0
  410. package/manuals/assets/ios-emulator-certification.png +0 -0
  411. package/manuals/assets/ios-emulator-home.png +0 -0
  412. package/manuals/assets/ios-emulator-payment.png +0 -0
  413. package/manuals/assets/ios-trans-create-header-file-1.png +0 -0
  414. package/manuals/assets/ios-trans-create-header-file-2.png +0 -0
  415. package/manuals/assets/ios-trans-create-objectivec-file-1.png +0 -0
  416. package/manuals/assets/ios-trans-create-objectivec-file-2.png +0 -0
  417. package/manuals/assets/ios-trans-result.png +0 -0
  418. package/manuals/assets/webview-peer-dependency.png +0 -0
  419. package/scripts/bootstrap.js +0 -24
  420. package/tsconfig.build.json +0 -9
  421. package/tsconfig.json +0 -26
  422. package/yarn.lock +0 -6174
  423. /package/lib/typescript/{constants → src/constants}/index.d.ts +0 -0
  424. /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
  425. /package/lib/typescript/{utils → src/utils}/Validation.d.ts +0 -0
  426. /package/lib/typescript/{utils → src/utils}/ValidationForPayment.d.ts +0 -0
@@ -1,756 +0,0 @@
1
- PODS:
2
- - boost (1.76.0)
3
- - CocoaAsyncSocket (7.6.5)
4
- - DoubleConversion (1.1.6)
5
- - FBLazyVector (0.72.6)
6
- - FBReactNativeSpec (0.72.6):
7
- - RCT-Folly (= 2021.07.22.00)
8
- - RCTRequired (= 0.72.6)
9
- - RCTTypeSafety (= 0.72.6)
10
- - React-Core (= 0.72.6)
11
- - React-jsi (= 0.72.6)
12
- - ReactCommon/turbomodule/core (= 0.72.6)
13
- - Flipper (0.182.0):
14
- - Flipper-Folly (~> 2.6)
15
- - Flipper-Boost-iOSX (1.76.0.1.11)
16
- - Flipper-DoubleConversion (3.2.0.1)
17
- - Flipper-Fmt (7.1.7)
18
- - Flipper-Folly (2.6.10):
19
- - Flipper-Boost-iOSX
20
- - Flipper-DoubleConversion
21
- - Flipper-Fmt (= 7.1.7)
22
- - Flipper-Glog
23
- - libevent (~> 2.1.12)
24
- - OpenSSL-Universal (= 1.1.1100)
25
- - Flipper-Glog (0.5.0.5)
26
- - Flipper-PeerTalk (0.0.4)
27
- - FlipperKit (0.182.0):
28
- - FlipperKit/Core (= 0.182.0)
29
- - FlipperKit/Core (0.182.0):
30
- - Flipper (~> 0.182.0)
31
- - FlipperKit/CppBridge
32
- - FlipperKit/FBCxxFollyDynamicConvert
33
- - FlipperKit/FBDefines
34
- - FlipperKit/FKPortForwarding
35
- - SocketRocket (~> 0.6.0)
36
- - FlipperKit/CppBridge (0.182.0):
37
- - Flipper (~> 0.182.0)
38
- - FlipperKit/FBCxxFollyDynamicConvert (0.182.0):
39
- - Flipper-Folly (~> 2.6)
40
- - FlipperKit/FBDefines (0.182.0)
41
- - FlipperKit/FKPortForwarding (0.182.0):
42
- - CocoaAsyncSocket (~> 7.6)
43
- - Flipper-PeerTalk (~> 0.0.4)
44
- - FlipperKit/FlipperKitHighlightOverlay (0.182.0)
45
- - FlipperKit/FlipperKitLayoutHelpers (0.182.0):
46
- - FlipperKit/Core
47
- - FlipperKit/FlipperKitHighlightOverlay
48
- - FlipperKit/FlipperKitLayoutTextSearchable
49
- - FlipperKit/FlipperKitLayoutIOSDescriptors (0.182.0):
50
- - FlipperKit/Core
51
- - FlipperKit/FlipperKitHighlightOverlay
52
- - FlipperKit/FlipperKitLayoutHelpers
53
- - YogaKit (~> 1.18)
54
- - FlipperKit/FlipperKitLayoutPlugin (0.182.0):
55
- - FlipperKit/Core
56
- - FlipperKit/FlipperKitHighlightOverlay
57
- - FlipperKit/FlipperKitLayoutHelpers
58
- - FlipperKit/FlipperKitLayoutIOSDescriptors
59
- - FlipperKit/FlipperKitLayoutTextSearchable
60
- - YogaKit (~> 1.18)
61
- - FlipperKit/FlipperKitLayoutTextSearchable (0.182.0)
62
- - FlipperKit/FlipperKitNetworkPlugin (0.182.0):
63
- - FlipperKit/Core
64
- - FlipperKit/FlipperKitReactPlugin (0.182.0):
65
- - FlipperKit/Core
66
- - FlipperKit/FlipperKitUserDefaultsPlugin (0.182.0):
67
- - FlipperKit/Core
68
- - FlipperKit/SKIOSNetworkPlugin (0.182.0):
69
- - FlipperKit/Core
70
- - FlipperKit/FlipperKitNetworkPlugin
71
- - fmt (6.2.1)
72
- - glog (0.3.5)
73
- - hermes-engine (0.72.6):
74
- - hermes-engine/Pre-built (= 0.72.6)
75
- - hermes-engine/Pre-built (0.72.6)
76
- - libevent (2.1.12)
77
- - OpenSSL-Universal (1.1.1100)
78
- - RCT-Folly (2021.07.22.00):
79
- - boost
80
- - DoubleConversion
81
- - fmt (~> 6.2.1)
82
- - glog
83
- - RCT-Folly/Default (= 2021.07.22.00)
84
- - RCT-Folly/Default (2021.07.22.00):
85
- - boost
86
- - DoubleConversion
87
- - fmt (~> 6.2.1)
88
- - glog
89
- - RCT-Folly/Futures (2021.07.22.00):
90
- - boost
91
- - DoubleConversion
92
- - fmt (~> 6.2.1)
93
- - glog
94
- - libevent
95
- - RCTRequired (0.72.6)
96
- - RCTTypeSafety (0.72.6):
97
- - FBLazyVector (= 0.72.6)
98
- - RCTRequired (= 0.72.6)
99
- - React-Core (= 0.72.6)
100
- - React (0.72.6):
101
- - React-Core (= 0.72.6)
102
- - React-Core/DevSupport (= 0.72.6)
103
- - React-Core/RCTWebSocket (= 0.72.6)
104
- - React-RCTActionSheet (= 0.72.6)
105
- - React-RCTAnimation (= 0.72.6)
106
- - React-RCTBlob (= 0.72.6)
107
- - React-RCTImage (= 0.72.6)
108
- - React-RCTLinking (= 0.72.6)
109
- - React-RCTNetwork (= 0.72.6)
110
- - React-RCTSettings (= 0.72.6)
111
- - React-RCTText (= 0.72.6)
112
- - React-RCTVibration (= 0.72.6)
113
- - React-callinvoker (0.72.6)
114
- - React-Codegen (0.72.6):
115
- - DoubleConversion
116
- - FBReactNativeSpec
117
- - glog
118
- - hermes-engine
119
- - RCT-Folly
120
- - RCTRequired
121
- - RCTTypeSafety
122
- - React-Core
123
- - React-jsi
124
- - React-jsiexecutor
125
- - React-NativeModulesApple
126
- - React-rncore
127
- - ReactCommon/turbomodule/bridging
128
- - ReactCommon/turbomodule/core
129
- - React-Core (0.72.6):
130
- - glog
131
- - hermes-engine
132
- - RCT-Folly (= 2021.07.22.00)
133
- - React-Core/Default (= 0.72.6)
134
- - React-cxxreact
135
- - React-hermes
136
- - React-jsi
137
- - React-jsiexecutor
138
- - React-perflogger
139
- - React-runtimeexecutor
140
- - React-utils
141
- - SocketRocket (= 0.6.1)
142
- - Yoga
143
- - React-Core/CoreModulesHeaders (0.72.6):
144
- - glog
145
- - hermes-engine
146
- - RCT-Folly (= 2021.07.22.00)
147
- - React-Core/Default
148
- - React-cxxreact
149
- - React-hermes
150
- - React-jsi
151
- - React-jsiexecutor
152
- - React-perflogger
153
- - React-runtimeexecutor
154
- - React-utils
155
- - SocketRocket (= 0.6.1)
156
- - Yoga
157
- - React-Core/Default (0.72.6):
158
- - glog
159
- - hermes-engine
160
- - RCT-Folly (= 2021.07.22.00)
161
- - React-cxxreact
162
- - React-hermes
163
- - React-jsi
164
- - React-jsiexecutor
165
- - React-perflogger
166
- - React-runtimeexecutor
167
- - React-utils
168
- - SocketRocket (= 0.6.1)
169
- - Yoga
170
- - React-Core/DevSupport (0.72.6):
171
- - glog
172
- - hermes-engine
173
- - RCT-Folly (= 2021.07.22.00)
174
- - React-Core/Default (= 0.72.6)
175
- - React-Core/RCTWebSocket (= 0.72.6)
176
- - React-cxxreact
177
- - React-hermes
178
- - React-jsi
179
- - React-jsiexecutor
180
- - React-jsinspector (= 0.72.6)
181
- - React-perflogger
182
- - React-runtimeexecutor
183
- - React-utils
184
- - SocketRocket (= 0.6.1)
185
- - Yoga
186
- - React-Core/RCTActionSheetHeaders (0.72.6):
187
- - glog
188
- - hermes-engine
189
- - RCT-Folly (= 2021.07.22.00)
190
- - React-Core/Default
191
- - React-cxxreact
192
- - React-hermes
193
- - React-jsi
194
- - React-jsiexecutor
195
- - React-perflogger
196
- - React-runtimeexecutor
197
- - React-utils
198
- - SocketRocket (= 0.6.1)
199
- - Yoga
200
- - React-Core/RCTAnimationHeaders (0.72.6):
201
- - glog
202
- - hermes-engine
203
- - RCT-Folly (= 2021.07.22.00)
204
- - React-Core/Default
205
- - React-cxxreact
206
- - React-hermes
207
- - React-jsi
208
- - React-jsiexecutor
209
- - React-perflogger
210
- - React-runtimeexecutor
211
- - React-utils
212
- - SocketRocket (= 0.6.1)
213
- - Yoga
214
- - React-Core/RCTBlobHeaders (0.72.6):
215
- - glog
216
- - hermes-engine
217
- - RCT-Folly (= 2021.07.22.00)
218
- - React-Core/Default
219
- - React-cxxreact
220
- - React-hermes
221
- - React-jsi
222
- - React-jsiexecutor
223
- - React-perflogger
224
- - React-runtimeexecutor
225
- - React-utils
226
- - SocketRocket (= 0.6.1)
227
- - Yoga
228
- - React-Core/RCTImageHeaders (0.72.6):
229
- - glog
230
- - hermes-engine
231
- - RCT-Folly (= 2021.07.22.00)
232
- - React-Core/Default
233
- - React-cxxreact
234
- - React-hermes
235
- - React-jsi
236
- - React-jsiexecutor
237
- - React-perflogger
238
- - React-runtimeexecutor
239
- - React-utils
240
- - SocketRocket (= 0.6.1)
241
- - Yoga
242
- - React-Core/RCTLinkingHeaders (0.72.6):
243
- - glog
244
- - hermes-engine
245
- - RCT-Folly (= 2021.07.22.00)
246
- - React-Core/Default
247
- - React-cxxreact
248
- - React-hermes
249
- - React-jsi
250
- - React-jsiexecutor
251
- - React-perflogger
252
- - React-runtimeexecutor
253
- - React-utils
254
- - SocketRocket (= 0.6.1)
255
- - Yoga
256
- - React-Core/RCTNetworkHeaders (0.72.6):
257
- - glog
258
- - hermes-engine
259
- - RCT-Folly (= 2021.07.22.00)
260
- - React-Core/Default
261
- - React-cxxreact
262
- - React-hermes
263
- - React-jsi
264
- - React-jsiexecutor
265
- - React-perflogger
266
- - React-runtimeexecutor
267
- - React-utils
268
- - SocketRocket (= 0.6.1)
269
- - Yoga
270
- - React-Core/RCTSettingsHeaders (0.72.6):
271
- - glog
272
- - hermes-engine
273
- - RCT-Folly (= 2021.07.22.00)
274
- - React-Core/Default
275
- - React-cxxreact
276
- - React-hermes
277
- - React-jsi
278
- - React-jsiexecutor
279
- - React-perflogger
280
- - React-runtimeexecutor
281
- - React-utils
282
- - SocketRocket (= 0.6.1)
283
- - Yoga
284
- - React-Core/RCTTextHeaders (0.72.6):
285
- - glog
286
- - hermes-engine
287
- - RCT-Folly (= 2021.07.22.00)
288
- - React-Core/Default
289
- - React-cxxreact
290
- - React-hermes
291
- - React-jsi
292
- - React-jsiexecutor
293
- - React-perflogger
294
- - React-runtimeexecutor
295
- - React-utils
296
- - SocketRocket (= 0.6.1)
297
- - Yoga
298
- - React-Core/RCTVibrationHeaders (0.72.6):
299
- - glog
300
- - hermes-engine
301
- - RCT-Folly (= 2021.07.22.00)
302
- - React-Core/Default
303
- - React-cxxreact
304
- - React-hermes
305
- - React-jsi
306
- - React-jsiexecutor
307
- - React-perflogger
308
- - React-runtimeexecutor
309
- - React-utils
310
- - SocketRocket (= 0.6.1)
311
- - Yoga
312
- - React-Core/RCTWebSocket (0.72.6):
313
- - glog
314
- - hermes-engine
315
- - RCT-Folly (= 2021.07.22.00)
316
- - React-Core/Default (= 0.72.6)
317
- - React-cxxreact
318
- - React-hermes
319
- - React-jsi
320
- - React-jsiexecutor
321
- - React-perflogger
322
- - React-runtimeexecutor
323
- - React-utils
324
- - SocketRocket (= 0.6.1)
325
- - Yoga
326
- - React-CoreModules (0.72.6):
327
- - RCT-Folly (= 2021.07.22.00)
328
- - RCTTypeSafety (= 0.72.6)
329
- - React-Codegen (= 0.72.6)
330
- - React-Core/CoreModulesHeaders (= 0.72.6)
331
- - React-jsi (= 0.72.6)
332
- - React-RCTBlob
333
- - React-RCTImage (= 0.72.6)
334
- - ReactCommon/turbomodule/core (= 0.72.6)
335
- - SocketRocket (= 0.6.1)
336
- - React-cxxreact (0.72.6):
337
- - boost (= 1.76.0)
338
- - DoubleConversion
339
- - glog
340
- - hermes-engine
341
- - RCT-Folly (= 2021.07.22.00)
342
- - React-callinvoker (= 0.72.6)
343
- - React-debug (= 0.72.6)
344
- - React-jsi (= 0.72.6)
345
- - React-jsinspector (= 0.72.6)
346
- - React-logger (= 0.72.6)
347
- - React-perflogger (= 0.72.6)
348
- - React-runtimeexecutor (= 0.72.6)
349
- - React-debug (0.72.6)
350
- - React-hermes (0.72.6):
351
- - DoubleConversion
352
- - glog
353
- - hermes-engine
354
- - RCT-Folly (= 2021.07.22.00)
355
- - RCT-Folly/Futures (= 2021.07.22.00)
356
- - React-cxxreact (= 0.72.6)
357
- - React-jsi
358
- - React-jsiexecutor (= 0.72.6)
359
- - React-jsinspector (= 0.72.6)
360
- - React-perflogger (= 0.72.6)
361
- - React-jsi (0.72.6):
362
- - boost (= 1.76.0)
363
- - DoubleConversion
364
- - glog
365
- - hermes-engine
366
- - RCT-Folly (= 2021.07.22.00)
367
- - React-jsiexecutor (0.72.6):
368
- - DoubleConversion
369
- - glog
370
- - hermes-engine
371
- - RCT-Folly (= 2021.07.22.00)
372
- - React-cxxreact (= 0.72.6)
373
- - React-jsi (= 0.72.6)
374
- - React-perflogger (= 0.72.6)
375
- - React-jsinspector (0.72.6)
376
- - React-logger (0.72.6):
377
- - glog
378
- - react-native-safe-area-context (4.7.2):
379
- - React-Core
380
- - react-native-webview (13.6.2):
381
- - React-Core
382
- - React-NativeModulesApple (0.72.6):
383
- - hermes-engine
384
- - React-callinvoker
385
- - React-Core
386
- - React-cxxreact
387
- - React-jsi
388
- - React-runtimeexecutor
389
- - ReactCommon/turbomodule/bridging
390
- - ReactCommon/turbomodule/core
391
- - React-perflogger (0.72.6)
392
- - React-RCTActionSheet (0.72.6):
393
- - React-Core/RCTActionSheetHeaders (= 0.72.6)
394
- - React-RCTAnimation (0.72.6):
395
- - RCT-Folly (= 2021.07.22.00)
396
- - RCTTypeSafety (= 0.72.6)
397
- - React-Codegen (= 0.72.6)
398
- - React-Core/RCTAnimationHeaders (= 0.72.6)
399
- - React-jsi (= 0.72.6)
400
- - ReactCommon/turbomodule/core (= 0.72.6)
401
- - React-RCTAppDelegate (0.72.6):
402
- - RCT-Folly
403
- - RCTRequired
404
- - RCTTypeSafety
405
- - React-Core
406
- - React-CoreModules
407
- - React-hermes
408
- - React-NativeModulesApple
409
- - React-RCTImage
410
- - React-RCTNetwork
411
- - React-runtimescheduler
412
- - ReactCommon/turbomodule/core
413
- - React-RCTBlob (0.72.6):
414
- - hermes-engine
415
- - RCT-Folly (= 2021.07.22.00)
416
- - React-Codegen (= 0.72.6)
417
- - React-Core/RCTBlobHeaders (= 0.72.6)
418
- - React-Core/RCTWebSocket (= 0.72.6)
419
- - React-jsi (= 0.72.6)
420
- - React-RCTNetwork (= 0.72.6)
421
- - ReactCommon/turbomodule/core (= 0.72.6)
422
- - React-RCTImage (0.72.6):
423
- - RCT-Folly (= 2021.07.22.00)
424
- - RCTTypeSafety (= 0.72.6)
425
- - React-Codegen (= 0.72.6)
426
- - React-Core/RCTImageHeaders (= 0.72.6)
427
- - React-jsi (= 0.72.6)
428
- - React-RCTNetwork (= 0.72.6)
429
- - ReactCommon/turbomodule/core (= 0.72.6)
430
- - React-RCTLinking (0.72.6):
431
- - React-Codegen (= 0.72.6)
432
- - React-Core/RCTLinkingHeaders (= 0.72.6)
433
- - React-jsi (= 0.72.6)
434
- - ReactCommon/turbomodule/core (= 0.72.6)
435
- - React-RCTNetwork (0.72.6):
436
- - RCT-Folly (= 2021.07.22.00)
437
- - RCTTypeSafety (= 0.72.6)
438
- - React-Codegen (= 0.72.6)
439
- - React-Core/RCTNetworkHeaders (= 0.72.6)
440
- - React-jsi (= 0.72.6)
441
- - ReactCommon/turbomodule/core (= 0.72.6)
442
- - React-RCTSettings (0.72.6):
443
- - RCT-Folly (= 2021.07.22.00)
444
- - RCTTypeSafety (= 0.72.6)
445
- - React-Codegen (= 0.72.6)
446
- - React-Core/RCTSettingsHeaders (= 0.72.6)
447
- - React-jsi (= 0.72.6)
448
- - ReactCommon/turbomodule/core (= 0.72.6)
449
- - React-RCTText (0.72.6):
450
- - React-Core/RCTTextHeaders (= 0.72.6)
451
- - React-RCTVibration (0.72.6):
452
- - RCT-Folly (= 2021.07.22.00)
453
- - React-Codegen (= 0.72.6)
454
- - React-Core/RCTVibrationHeaders (= 0.72.6)
455
- - React-jsi (= 0.72.6)
456
- - ReactCommon/turbomodule/core (= 0.72.6)
457
- - React-rncore (0.72.6)
458
- - React-runtimeexecutor (0.72.6):
459
- - React-jsi (= 0.72.6)
460
- - React-runtimescheduler (0.72.6):
461
- - glog
462
- - hermes-engine
463
- - RCT-Folly (= 2021.07.22.00)
464
- - React-callinvoker
465
- - React-debug
466
- - React-jsi
467
- - React-runtimeexecutor
468
- - React-utils (0.72.6):
469
- - glog
470
- - RCT-Folly (= 2021.07.22.00)
471
- - React-debug
472
- - ReactCommon/turbomodule/bridging (0.72.6):
473
- - DoubleConversion
474
- - glog
475
- - hermes-engine
476
- - RCT-Folly (= 2021.07.22.00)
477
- - React-callinvoker (= 0.72.6)
478
- - React-cxxreact (= 0.72.6)
479
- - React-jsi (= 0.72.6)
480
- - React-logger (= 0.72.6)
481
- - React-perflogger (= 0.72.6)
482
- - ReactCommon/turbomodule/core (0.72.6):
483
- - DoubleConversion
484
- - glog
485
- - hermes-engine
486
- - RCT-Folly (= 2021.07.22.00)
487
- - React-callinvoker (= 0.72.6)
488
- - React-cxxreact (= 0.72.6)
489
- - React-jsi (= 0.72.6)
490
- - React-logger (= 0.72.6)
491
- - React-perflogger (= 0.72.6)
492
- - RNCMaskedView (0.1.11):
493
- - React
494
- - RNGestureHandler (2.12.1):
495
- - React-Core
496
- - RNScreens (3.25.0):
497
- - React-Core
498
- - React-RCTImage
499
- - RNSVG (13.13.0):
500
- - React-Core
501
- - RNVectorIcons (9.2.0):
502
- - React-Core
503
- - SocketRocket (0.6.1)
504
- - Yoga (1.14.0)
505
- - YogaKit (1.18.1):
506
- - Yoga (~> 1.14)
507
-
508
- DEPENDENCIES:
509
- - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
510
- - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
511
- - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
512
- - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
513
- - Flipper (= 0.182.0)
514
- - Flipper-Boost-iOSX (= 1.76.0.1.11)
515
- - Flipper-DoubleConversion (= 3.2.0.1)
516
- - Flipper-Fmt (= 7.1.7)
517
- - Flipper-Folly (= 2.6.10)
518
- - Flipper-Glog (= 0.5.0.5)
519
- - Flipper-PeerTalk (= 0.0.4)
520
- - FlipperKit (= 0.182.0)
521
- - FlipperKit/Core (= 0.182.0)
522
- - FlipperKit/CppBridge (= 0.182.0)
523
- - FlipperKit/FBCxxFollyDynamicConvert (= 0.182.0)
524
- - FlipperKit/FBDefines (= 0.182.0)
525
- - FlipperKit/FKPortForwarding (= 0.182.0)
526
- - FlipperKit/FlipperKitHighlightOverlay (= 0.182.0)
527
- - FlipperKit/FlipperKitLayoutPlugin (= 0.182.0)
528
- - FlipperKit/FlipperKitLayoutTextSearchable (= 0.182.0)
529
- - FlipperKit/FlipperKitNetworkPlugin (= 0.182.0)
530
- - FlipperKit/FlipperKitReactPlugin (= 0.182.0)
531
- - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
532
- - FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
533
- - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
534
- - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
535
- - libevent (~> 2.1.12)
536
- - OpenSSL-Universal (= 1.1.1100)
537
- - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
538
- - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
539
- - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
540
- - React (from `../node_modules/react-native/`)
541
- - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
542
- - React-Codegen (from `build/generated/ios`)
543
- - React-Core (from `../node_modules/react-native/`)
544
- - React-Core/DevSupport (from `../node_modules/react-native/`)
545
- - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
546
- - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
547
- - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
548
- - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
549
- - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
550
- - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
551
- - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
552
- - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
553
- - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
554
- - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
555
- - react-native-webview (from `../node_modules/react-native-webview`)
556
- - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
557
- - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
558
- - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
559
- - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
560
- - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
561
- - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
562
- - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
563
- - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
564
- - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
565
- - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
566
- - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
567
- - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
568
- - React-rncore (from `../node_modules/react-native/ReactCommon`)
569
- - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
570
- - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
571
- - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
572
- - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
573
- - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
574
- - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
575
- - RNScreens (from `../node_modules/react-native-screens`)
576
- - RNSVG (from `../node_modules/react-native-svg`)
577
- - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
578
- - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
579
-
580
- SPEC REPOS:
581
- trunk:
582
- - CocoaAsyncSocket
583
- - Flipper
584
- - Flipper-Boost-iOSX
585
- - Flipper-DoubleConversion
586
- - Flipper-Fmt
587
- - Flipper-Folly
588
- - Flipper-Glog
589
- - Flipper-PeerTalk
590
- - FlipperKit
591
- - fmt
592
- - libevent
593
- - OpenSSL-Universal
594
- - SocketRocket
595
- - YogaKit
596
-
597
- EXTERNAL SOURCES:
598
- boost:
599
- :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
600
- DoubleConversion:
601
- :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
602
- FBLazyVector:
603
- :path: "../node_modules/react-native/Libraries/FBLazyVector"
604
- FBReactNativeSpec:
605
- :path: "../node_modules/react-native/React/FBReactNativeSpec"
606
- glog:
607
- :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
608
- hermes-engine:
609
- :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
610
- :tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0
611
- RCT-Folly:
612
- :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
613
- RCTRequired:
614
- :path: "../node_modules/react-native/Libraries/RCTRequired"
615
- RCTTypeSafety:
616
- :path: "../node_modules/react-native/Libraries/TypeSafety"
617
- React:
618
- :path: "../node_modules/react-native/"
619
- React-callinvoker:
620
- :path: "../node_modules/react-native/ReactCommon/callinvoker"
621
- React-Codegen:
622
- :path: build/generated/ios
623
- React-Core:
624
- :path: "../node_modules/react-native/"
625
- React-CoreModules:
626
- :path: "../node_modules/react-native/React/CoreModules"
627
- React-cxxreact:
628
- :path: "../node_modules/react-native/ReactCommon/cxxreact"
629
- React-debug:
630
- :path: "../node_modules/react-native/ReactCommon/react/debug"
631
- React-hermes:
632
- :path: "../node_modules/react-native/ReactCommon/hermes"
633
- React-jsi:
634
- :path: "../node_modules/react-native/ReactCommon/jsi"
635
- React-jsiexecutor:
636
- :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
637
- React-jsinspector:
638
- :path: "../node_modules/react-native/ReactCommon/jsinspector"
639
- React-logger:
640
- :path: "../node_modules/react-native/ReactCommon/logger"
641
- react-native-safe-area-context:
642
- :path: "../node_modules/react-native-safe-area-context"
643
- react-native-webview:
644
- :path: "../node_modules/react-native-webview"
645
- React-NativeModulesApple:
646
- :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
647
- React-perflogger:
648
- :path: "../node_modules/react-native/ReactCommon/reactperflogger"
649
- React-RCTActionSheet:
650
- :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
651
- React-RCTAnimation:
652
- :path: "../node_modules/react-native/Libraries/NativeAnimation"
653
- React-RCTAppDelegate:
654
- :path: "../node_modules/react-native/Libraries/AppDelegate"
655
- React-RCTBlob:
656
- :path: "../node_modules/react-native/Libraries/Blob"
657
- React-RCTImage:
658
- :path: "../node_modules/react-native/Libraries/Image"
659
- React-RCTLinking:
660
- :path: "../node_modules/react-native/Libraries/LinkingIOS"
661
- React-RCTNetwork:
662
- :path: "../node_modules/react-native/Libraries/Network"
663
- React-RCTSettings:
664
- :path: "../node_modules/react-native/Libraries/Settings"
665
- React-RCTText:
666
- :path: "../node_modules/react-native/Libraries/Text"
667
- React-RCTVibration:
668
- :path: "../node_modules/react-native/Libraries/Vibration"
669
- React-rncore:
670
- :path: "../node_modules/react-native/ReactCommon"
671
- React-runtimeexecutor:
672
- :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
673
- React-runtimescheduler:
674
- :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
675
- React-utils:
676
- :path: "../node_modules/react-native/ReactCommon/react/utils"
677
- ReactCommon:
678
- :path: "../node_modules/react-native/ReactCommon"
679
- RNCMaskedView:
680
- :path: "../node_modules/@react-native-community/masked-view"
681
- RNGestureHandler:
682
- :path: "../node_modules/react-native-gesture-handler"
683
- RNScreens:
684
- :path: "../node_modules/react-native-screens"
685
- RNSVG:
686
- :path: "../node_modules/react-native-svg"
687
- RNVectorIcons:
688
- :path: "../node_modules/react-native-vector-icons"
689
- Yoga:
690
- :path: "../node_modules/react-native/ReactCommon/yoga"
691
-
692
- SPEC CHECKSUMS:
693
- boost: 57d2868c099736d80fcd648bf211b4431e51a558
694
- CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
695
- DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
696
- FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32
697
- FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9
698
- Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
699
- Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
700
- Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
701
- Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
702
- Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
703
- Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
704
- Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
705
- FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
706
- fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
707
- glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
708
- hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
709
- libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
710
- OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
711
- RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
712
- RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74
713
- RCTTypeSafety: e9c6c409fca2cc584e5b086862d562540cb38d29
714
- React: 769f469909b18edfe934f0539fffb319c4c61043
715
- React-callinvoker: e48ce12c83706401251921896576710d81e54763
716
- React-Codegen: a136b8094d39fd071994eaa935366e6be2239cb1
717
- React-Core: e548a186fb01c3a78a9aeeffa212d625ca9511bf
718
- React-CoreModules: d226b22d06ea1bc4e49d3c073b2c6cbb42265405
719
- React-cxxreact: 44a3560510ead6633b6e02f9fbbdd1772fb40f92
720
- React-debug: 238501490155574ae9f3f8dd1c74330eba30133e
721
- React-hermes: 46e66dc854124d7645c20bfec0a6be9542826ecd
722
- React-jsi: fbdaf4166bae60524b591b18c851b530c8cdb90c
723
- React-jsiexecutor: 3bf18ff7cb03cd8dfdce08fbbc0d15058c1d71ae
724
- React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
725
- React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
726
- react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
727
- react-native-webview: 8fc09f66a1a5b16bbe37c3878fda27d5982bb776
728
- React-NativeModulesApple: 02e35e9a51e10c6422f04f5e4076a7c02243fff2
729
- React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
730
- React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485
731
- React-RCTAnimation: c8bbaab62be5817d2a31c36d5f2571e3f7dcf099
732
- React-RCTAppDelegate: af1c7dace233deba4b933cd1d6491fe4e3584ad1
733
- React-RCTBlob: 1bcf3a0341eb8d6950009b1ddb8aefaf46996b8c
734
- React-RCTImage: 670a3486b532292649b1aef3ffddd0b495a5cee4
735
- React-RCTLinking: bd7ab853144aed463903237e615fd91d11b4f659
736
- React-RCTNetwork: be86a621f3e4724758f23ad1fdce32474ab3d829
737
- React-RCTSettings: 4f3a29a6d23ffa639db9701bc29af43f30781058
738
- React-RCTText: adde32164a243103aaba0b1dc7b0a2599733873e
739
- React-RCTVibration: 6bd85328388ac2e82ae0ca11afe48ad5555b483a
740
- React-rncore: fda7b1ae5918fa7baa259105298a5487875a57c8
741
- React-runtimeexecutor: 57d85d942862b08f6d15441a0badff2542fd233c
742
- React-runtimescheduler: f23e337008403341177fc52ee4ca94e442c17ede
743
- React-utils: fa59c9a3375fb6f4aeb66714fd3f7f76b43a9f16
744
- ReactCommon: dd03c17275c200496f346af93a7b94c53f3093a4
745
- RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
746
- RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
747
- RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
748
- RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
749
- RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
750
- SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
751
- Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603
752
- YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
753
-
754
- PODFILE CHECKSUM: 6b655779084f61ebbf4ed0343beb15bf4aa3d0b0
755
-
756
- COCOAPODS: 1.14.2