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