@stripe/stripe-react-native 0.4.0 → 0.5.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 (654) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +6 -1
  3. package/android/build/.transforms/06225d218c14d1720edd690e5aad3666/results.bin +0 -0
  4. package/android/build/.transforms/{e9391f6bbf8da46ff748ca7feadbce73 → 31ceac6fb5d33b3621129bf6bacef38e}/results.bin +0 -0
  5. package/android/build/.transforms/31ceac6fb5d33b3621129bf6bacef38e/transformed/classes/classes.dex +0 -0
  6. package/android/build/.transforms/{f0b2868ed2d4a4bb73b1ace98fe4ccfa → 48791259e8e16eb93ec0e1ee5c2320d3}/results.bin +0 -0
  7. package/android/build/.transforms/48791259e8e16eb93ec0e1ee5c2320d3/transformed/classes/classes.dex +0 -0
  8. package/android/build/.transforms/74570cf3214a596c51ea9185f02b2c7f/results.bin +1 -0
  9. package/android/build/.transforms/74570cf3214a596c51ea9185f02b2c7f/transformed/classes/classes.dex +0 -0
  10. package/android/build/.transforms/82928fc3901d2ce5cedef114e23b9dd5/results.bin +1 -0
  11. package/android/build/.transforms/82928fc3901d2ce5cedef114e23b9dd5/transformed/classes/classes.dex +0 -0
  12. package/android/build/.transforms/9338bfb74c726e5746db5e10b980917a/results.bin +1 -0
  13. package/android/build/.transforms/9338bfb74c726e5746db5e10b980917a/transformed/classes/classes.dex +0 -0
  14. package/android/build/.transforms/c731e6bf5b480f659bf1c341f3f0657c/transformed/classes/classes.dex +0 -0
  15. package/android/build/.transforms/d42db6dbe74ca8dbcb5922d32e8646c4/results.bin +1 -0
  16. package/android/build/.transforms/d42db6dbe74ca8dbcb5922d32e8646c4/transformed/classes/classes.dex +0 -0
  17. package/android/build/.transforms/d436978a4beecbc35d07543a01fe4a5c/results.bin +1 -0
  18. package/android/build/.transforms/d436978a4beecbc35d07543a01fe4a5c/transformed/classes/classes.dex +0 -0
  19. package/android/build/generated/data_binding_base_class_source_out/release/out/com/reactnativestripesdk/databinding/GooglepayButtonBinding.java +52 -0
  20. package/android/build/generated/data_binding_base_class_source_out/release/out/com/reactnativestripesdk/databinding/GooglepayButtonNoShadowBinding.java +52 -0
  21. package/android/build/generated/data_binding_base_class_source_out/release/out/com/reactnativestripesdk/databinding/PayWithGooglepayButtonBinding.java +52 -0
  22. package/android/build/generated/data_binding_base_class_source_out/release/out/com/reactnativestripesdk/databinding/PayWithGooglepayButtonNoShadowBinding.java +52 -0
  23. package/android/build/generated/source/buildConfig/release/com/reactnativestripesdk/BuildConfig.java +10 -0
  24. package/android/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml +9 -0
  25. package/android/build/intermediates/aapt_friendly_merged_manifests/release/aapt/output-metadata.json +16 -0
  26. package/android/build/intermediates/aar_metadata/release/aar-metadata.properties +2 -0
  27. package/android/build/intermediates/annotation_processor_list/release/annotationProcessors.json +1 -0
  28. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  29. package/android/build/intermediates/compile_library_classes_jar/release/classes.jar +0 -0
  30. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  31. package/android/build/intermediates/compile_r_class_jar/release/R.jar +0 -0
  32. package/android/build/intermediates/compile_symbol_list/debug/R.txt +14 -9
  33. package/android/build/intermediates/compile_symbol_list/release/R.txt +7540 -0
  34. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ar-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  35. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ar_pay_with_googlepay_button_content.xml.flat +0 -0
  36. package/android/build/intermediates/compiled_local_resources/release/out/drawable-bg-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  37. package/android/build/intermediates/compiled_local_resources/release/out/drawable-bg_pay_with_googlepay_button_content.xml.flat +0 -0
  38. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ca-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  39. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ca_pay_with_googlepay_button_content.xml.flat +0 -0
  40. package/android/build/intermediates/compiled_local_resources/release/out/drawable-cs-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  41. package/android/build/intermediates/compiled_local_resources/release/out/drawable-cs_pay_with_googlepay_button_content.xml.flat +0 -0
  42. package/android/build/intermediates/compiled_local_resources/release/out/drawable-da-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  43. package/android/build/intermediates/compiled_local_resources/release/out/drawable-da_pay_with_googlepay_button_content.xml.flat +0 -0
  44. package/android/build/intermediates/compiled_local_resources/release/out/drawable-de-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  45. package/android/build/intermediates/compiled_local_resources/release/out/drawable-de_pay_with_googlepay_button_content.xml.flat +0 -0
  46. package/android/build/intermediates/compiled_local_resources/release/out/drawable-el-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  47. package/android/build/intermediates/compiled_local_resources/release/out/drawable-el_pay_with_googlepay_button_content.xml.flat +0 -0
  48. package/android/build/intermediates/compiled_local_resources/release/out/drawable-es-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  49. package/android/build/intermediates/compiled_local_resources/release/out/drawable-es_pay_with_googlepay_button_content.xml.flat +0 -0
  50. package/android/build/intermediates/compiled_local_resources/release/out/drawable-et-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  51. package/android/build/intermediates/compiled_local_resources/release/out/drawable-et_pay_with_googlepay_button_content.xml.flat +0 -0
  52. package/android/build/intermediates/compiled_local_resources/release/out/drawable-fi-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  53. package/android/build/intermediates/compiled_local_resources/release/out/drawable-fi_pay_with_googlepay_button_content.xml.flat +0 -0
  54. package/android/build/intermediates/compiled_local_resources/release/out/drawable-fr-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  55. package/android/build/intermediates/compiled_local_resources/release/out/drawable-fr_pay_with_googlepay_button_content.xml.flat +0 -0
  56. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_background_image.9.png.flat +0 -0
  57. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_background_image_focused.9.png.flat +0 -0
  58. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_background_image_pressed.9.png.flat +0 -0
  59. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  60. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_no_shadow_background_image_focused.9.png.flat +0 -0
  61. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hdpi-v4_googlepay_button_no_shadow_background_image_pressed.9.png.flat +0 -0
  62. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hr-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  63. package/android/build/intermediates/compiled_local_resources/release/out/drawable-hr_pay_with_googlepay_button_content.xml.flat +0 -0
  64. package/android/build/intermediates/compiled_local_resources/release/out/drawable-id-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  65. package/android/build/intermediates/compiled_local_resources/release/out/drawable-id_pay_with_googlepay_button_content.xml.flat +0 -0
  66. package/android/build/intermediates/compiled_local_resources/release/out/drawable-it-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  67. package/android/build/intermediates/compiled_local_resources/release/out/drawable-it_pay_with_googlepay_button_content.xml.flat +0 -0
  68. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ja-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  69. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ja_pay_with_googlepay_button_content.xml.flat +0 -0
  70. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ko-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  71. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ko_pay_with_googlepay_button_content.xml.flat +0 -0
  72. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_background_image.9.png.flat +0 -0
  73. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_background_image_focused.9.png.flat +0 -0
  74. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_background_image_pressed.9.png.flat +0 -0
  75. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  76. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_no_shadow_background_image_focused.9.png.flat +0 -0
  77. package/android/build/intermediates/compiled_local_resources/release/out/drawable-mdpi-v4_googlepay_button_no_shadow_background_image_pressed.9.png.flat +0 -0
  78. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ms-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  79. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ms_pay_with_googlepay_button_content.xml.flat +0 -0
  80. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-hdpi-v8_googlepay_button_background_image.9.png.flat +0 -0
  81. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-hdpi-v8_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  82. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-mdpi-v8_googlepay_button_background_image.9.png.flat +0 -0
  83. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-mdpi-v8_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  84. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-v21_googlepay_button_background.xml.flat +0 -0
  85. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-v21_googlepay_button_no_shadow_background.xml.flat +0 -0
  86. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-v8_googlepay_button_content.xml.flat +0 -0
  87. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-v8_googlepay_button_overlay.xml.flat +0 -0
  88. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  89. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xhdpi-v8_googlepay_button_background_image.9.png.flat +0 -0
  90. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xhdpi-v8_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  91. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xxhdpi-v8_googlepay_button_background_image.9.png.flat +0 -0
  92. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xxhdpi-v8_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  93. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xxxhdpi-v8_googlepay_button_background_image.9.png.flat +0 -0
  94. package/android/build/intermediates/compiled_local_resources/release/out/drawable-night-xxxhdpi-v8_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  95. package/android/build/intermediates/compiled_local_resources/release/out/drawable-nl-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  96. package/android/build/intermediates/compiled_local_resources/release/out/drawable-nl_pay_with_googlepay_button_content.xml.flat +0 -0
  97. package/android/build/intermediates/compiled_local_resources/release/out/drawable-no-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  98. package/android/build/intermediates/compiled_local_resources/release/out/drawable-no_pay_with_googlepay_button_content.xml.flat +0 -0
  99. package/android/build/intermediates/compiled_local_resources/release/out/drawable-pl-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  100. package/android/build/intermediates/compiled_local_resources/release/out/drawable-pl_pay_with_googlepay_button_content.xml.flat +0 -0
  101. package/android/build/intermediates/compiled_local_resources/release/out/drawable-pt-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  102. package/android/build/intermediates/compiled_local_resources/release/out/drawable-pt_pay_with_googlepay_button_content.xml.flat +0 -0
  103. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ru-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  104. package/android/build/intermediates/compiled_local_resources/release/out/drawable-ru_pay_with_googlepay_button_content.xml.flat +0 -0
  105. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sk-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  106. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sk_pay_with_googlepay_button_content.xml.flat +0 -0
  107. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sl-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  108. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sl_pay_with_googlepay_button_content.xml.flat +0 -0
  109. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sr-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  110. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sr_pay_with_googlepay_button_content.xml.flat +0 -0
  111. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sv-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  112. package/android/build/intermediates/compiled_local_resources/release/out/drawable-sv_pay_with_googlepay_button_content.xml.flat +0 -0
  113. package/android/build/intermediates/compiled_local_resources/release/out/drawable-th-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  114. package/android/build/intermediates/compiled_local_resources/release/out/drawable-th_pay_with_googlepay_button_content.xml.flat +0 -0
  115. package/android/build/intermediates/compiled_local_resources/release/out/drawable-tr-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  116. package/android/build/intermediates/compiled_local_resources/release/out/drawable-tr_pay_with_googlepay_button_content.xml.flat +0 -0
  117. package/android/build/intermediates/compiled_local_resources/release/out/drawable-uk-night-v8_pay_with_googlepay_button_content.xml.flat +0 -0
  118. package/android/build/intermediates/compiled_local_resources/release/out/drawable-uk_pay_with_googlepay_button_content.xml.flat +0 -0
  119. package/android/build/intermediates/compiled_local_resources/release/out/drawable-v21_googlepay_button_background.xml.flat +0 -0
  120. package/android/build/intermediates/compiled_local_resources/release/out/drawable-v21_googlepay_button_no_shadow_background.xml.flat +0 -0
  121. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_background_image.9.png.flat +0 -0
  122. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_background_image_focused.9.png.flat +0 -0
  123. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_background_image_pressed.9.png.flat +0 -0
  124. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  125. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_no_shadow_background_image_focused.9.png.flat +0 -0
  126. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xhdpi-v4_googlepay_button_no_shadow_background_image_pressed.9.png.flat +0 -0
  127. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_background_image.9.png.flat +0 -0
  128. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_background_image_focused.9.png.flat +0 -0
  129. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_background_image_pressed.9.png.flat +0 -0
  130. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  131. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_no_shadow_background_image_focused.9.png.flat +0 -0
  132. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxhdpi-v4_googlepay_button_no_shadow_background_image_pressed.9.png.flat +0 -0
  133. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_background_image.9.png.flat +0 -0
  134. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_background_image_focused.9.png.flat +0 -0
  135. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_background_image_pressed.9.png.flat +0 -0
  136. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_no_shadow_background_image.9.png.flat +0 -0
  137. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_no_shadow_background_image_focused.9.png.flat +0 -0
  138. package/android/build/intermediates/compiled_local_resources/release/out/drawable-xxxhdpi-v4_googlepay_button_no_shadow_background_image_pressed.9.png.flat +0 -0
  139. package/android/build/intermediates/compiled_local_resources/release/out/drawable-zh_pay_with_googlepay_button_content.xml.flat +0 -0
  140. package/android/build/intermediates/compiled_local_resources/release/out/drawable_googlepay_button_content.xml.flat +0 -0
  141. package/android/build/intermediates/compiled_local_resources/release/out/drawable_googlepay_button_overlay.xml.flat +0 -0
  142. package/android/build/intermediates/compiled_local_resources/release/out/drawable_pay_with_googlepay_button_content.xml.flat +0 -0
  143. package/android/build/intermediates/compiled_local_resources/release/out/layout-night-v8_googlepay_button.xml.flat +0 -0
  144. package/android/build/intermediates/compiled_local_resources/release/out/layout-night-v8_pay_with_googlepay_button.xml.flat +0 -0
  145. package/android/build/intermediates/compiled_local_resources/release/out/layout_googlepay_button.xml.flat +0 -0
  146. package/android/build/intermediates/compiled_local_resources/release/out/layout_googlepay_button_no_shadow.xml.flat +0 -0
  147. package/android/build/intermediates/compiled_local_resources/release/out/layout_pay_with_googlepay_button.xml.flat +0 -0
  148. package/android/build/intermediates/compiled_local_resources/release/out/layout_pay_with_googlepay_button_no_shadow.xml.flat +0 -0
  149. package/android/build/intermediates/data_binding_base_class_log_artifact/release/out/com.reactnativestripesdk-binding_classes.json +0 -0
  150. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/googlepay_button-layout-night.xml +1 -0
  151. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/googlepay_button-layout.xml +1 -0
  152. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/googlepay_button_no_shadow-layout.xml +1 -0
  153. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/pay_with_googlepay_button-layout-night.xml +1 -0
  154. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/pay_with_googlepay_button-layout.xml +1 -0
  155. package/android/build/intermediates/data_binding_layout_info_type_package/release/out/pay_with_googlepay_button_no_shadow-layout.xml +1 -0
  156. package/android/build/intermediates/incremental/dataBindingGenBaseClassesRelease/base_builder_log.json +0 -0
  157. package/android/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml +2 -0
  158. package/android/build/intermediates/incremental/mergeReleaseShaders/merger.xml +2 -0
  159. package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -1
  160. package/android/build/intermediates/incremental/packageReleaseAssets/merger.xml +2 -0
  161. package/android/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties +116 -0
  162. package/android/build/intermediates/incremental/packageReleaseResources/merged.dir/values/values.xml +12 -0
  163. package/android/build/intermediates/incremental/packageReleaseResources/merged.dir/values-night-v8/values-night-v8.xml +12 -0
  164. package/android/build/intermediates/incremental/packageReleaseResources/merger.xml +2 -0
  165. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout/googlepay_button.xml +31 -0
  166. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout/googlepay_button_no_shadow.xml +31 -0
  167. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout/pay_with_googlepay_button.xml +31 -0
  168. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout/pay_with_googlepay_button_no_shadow.xml +31 -0
  169. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout-night-v8/googlepay_button.xml +31 -0
  170. package/android/build/intermediates/incremental/packageReleaseResources/stripped.dir/layout-night-v8/pay_with_googlepay_button.xml +31 -0
  171. package/android/build/intermediates/javac/release/classes/com/reactnativestripesdk/BuildConfig.class +0 -0
  172. package/android/build/intermediates/javac/release/classes/com/reactnativestripesdk/databinding/GooglepayButtonBinding.class +0 -0
  173. package/android/build/intermediates/javac/release/classes/com/reactnativestripesdk/databinding/GooglepayButtonNoShadowBinding.class +0 -0
  174. package/android/build/intermediates/javac/release/classes/com/reactnativestripesdk/databinding/PayWithGooglepayButtonBinding.class +0 -0
  175. package/android/build/intermediates/javac/release/classes/com/reactnativestripesdk/databinding/PayWithGooglepayButtonNoShadowBinding.class +0 -0
  176. package/android/build/intermediates/library_java_res/release/res.jar +0 -0
  177. package/android/build/intermediates/local_only_symbol_list/release/R-def.txt +26 -0
  178. package/android/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt +11 -0
  179. package/android/build/intermediates/merged_manifest/release/AndroidManifest.xml +9 -0
  180. package/android/build/intermediates/navigation_json/release/navigation.json +1 -0
  181. package/android/build/intermediates/packaged_manifests/release/output-metadata.json +16 -0
  182. package/android/build/intermediates/packaged_res/release/drawable/googlepay_button_content.xml +48 -0
  183. package/android/build/intermediates/packaged_res/release/drawable/googlepay_button_overlay.xml +11 -0
  184. package/android/build/intermediates/packaged_res/release/drawable/pay_with_googlepay_button_content.xml +14 -0
  185. package/android/build/intermediates/packaged_res/release/drawable-ar/pay_with_googlepay_button_content.xml +14 -0
  186. package/android/build/intermediates/packaged_res/release/drawable-ar-night-v8/pay_with_googlepay_button_content.xml +14 -0
  187. package/android/build/intermediates/packaged_res/release/drawable-bg/pay_with_googlepay_button_content.xml +14 -0
  188. package/android/build/intermediates/packaged_res/release/drawable-bg-night-v8/pay_with_googlepay_button_content.xml +14 -0
  189. package/android/build/intermediates/packaged_res/release/drawable-ca/pay_with_googlepay_button_content.xml +14 -0
  190. package/android/build/intermediates/packaged_res/release/drawable-ca-night-v8/pay_with_googlepay_button_content.xml +14 -0
  191. package/android/build/intermediates/packaged_res/release/drawable-cs/pay_with_googlepay_button_content.xml +14 -0
  192. package/android/build/intermediates/packaged_res/release/drawable-cs-night-v8/pay_with_googlepay_button_content.xml +14 -0
  193. package/android/build/intermediates/packaged_res/release/drawable-da/pay_with_googlepay_button_content.xml +14 -0
  194. package/android/build/intermediates/packaged_res/release/drawable-da-night-v8/pay_with_googlepay_button_content.xml +14 -0
  195. package/android/build/intermediates/packaged_res/release/drawable-de/pay_with_googlepay_button_content.xml +15 -0
  196. package/android/build/intermediates/packaged_res/release/drawable-de-night-v8/pay_with_googlepay_button_content.xml +15 -0
  197. package/android/build/intermediates/packaged_res/release/drawable-el/pay_with_googlepay_button_content.xml +14 -0
  198. package/android/build/intermediates/packaged_res/release/drawable-el-night-v8/pay_with_googlepay_button_content.xml +14 -0
  199. package/android/build/intermediates/packaged_res/release/drawable-es/pay_with_googlepay_button_content.xml +14 -0
  200. package/android/build/intermediates/packaged_res/release/drawable-es-night-v8/pay_with_googlepay_button_content.xml +14 -0
  201. package/android/build/intermediates/packaged_res/release/drawable-et/pay_with_googlepay_button_content.xml +14 -0
  202. package/android/build/intermediates/packaged_res/release/drawable-et-night-v8/pay_with_googlepay_button_content.xml +14 -0
  203. package/android/build/intermediates/packaged_res/release/drawable-fi/pay_with_googlepay_button_content.xml +15 -0
  204. package/android/build/intermediates/packaged_res/release/drawable-fi-night-v8/pay_with_googlepay_button_content.xml +15 -0
  205. package/android/build/intermediates/packaged_res/release/drawable-fr/pay_with_googlepay_button_content.xml +14 -0
  206. package/android/build/intermediates/packaged_res/release/drawable-fr-night-v8/pay_with_googlepay_button_content.xml +14 -0
  207. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_background_image.9.png +0 -0
  208. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_background_image_focused.9.png +0 -0
  209. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_background_image_pressed.9.png +0 -0
  210. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_no_shadow_background_image.9.png +0 -0
  211. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  212. package/android/build/intermediates/packaged_res/release/drawable-hdpi-v4/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  213. package/android/build/intermediates/packaged_res/release/drawable-hr/pay_with_googlepay_button_content.xml +14 -0
  214. package/android/build/intermediates/packaged_res/release/drawable-hr-night-v8/pay_with_googlepay_button_content.xml +14 -0
  215. package/android/build/intermediates/packaged_res/release/drawable-id/pay_with_googlepay_button_content.xml +14 -0
  216. package/android/build/intermediates/packaged_res/release/drawable-id-night-v8/pay_with_googlepay_button_content.xml +14 -0
  217. package/android/build/intermediates/packaged_res/release/drawable-it/pay_with_googlepay_button_content.xml +14 -0
  218. package/android/build/intermediates/packaged_res/release/drawable-it-night-v8/pay_with_googlepay_button_content.xml +14 -0
  219. package/android/build/intermediates/packaged_res/release/drawable-ja/pay_with_googlepay_button_content.xml +14 -0
  220. package/android/build/intermediates/packaged_res/release/drawable-ja-night-v8/pay_with_googlepay_button_content.xml +14 -0
  221. package/android/build/intermediates/packaged_res/release/drawable-ko/pay_with_googlepay_button_content.xml +14 -0
  222. package/android/build/intermediates/packaged_res/release/drawable-ko-night-v8/pay_with_googlepay_button_content.xml +14 -0
  223. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_background_image.9.png +0 -0
  224. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_background_image_focused.9.png +0 -0
  225. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_background_image_pressed.9.png +0 -0
  226. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_no_shadow_background_image.9.png +0 -0
  227. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  228. package/android/build/intermediates/packaged_res/release/drawable-mdpi-v4/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  229. package/android/build/intermediates/packaged_res/release/drawable-ms/pay_with_googlepay_button_content.xml +14 -0
  230. package/android/build/intermediates/packaged_res/release/drawable-ms-night-v8/pay_with_googlepay_button_content.xml +14 -0
  231. package/android/build/intermediates/packaged_res/release/drawable-night-hdpi-v8/googlepay_button_background_image.9.png +0 -0
  232. package/android/build/intermediates/packaged_res/release/drawable-night-hdpi-v8/googlepay_button_no_shadow_background_image.9.png +0 -0
  233. package/android/build/intermediates/packaged_res/release/drawable-night-mdpi-v8/googlepay_button_background_image.9.png +0 -0
  234. package/android/build/intermediates/packaged_res/release/drawable-night-mdpi-v8/googlepay_button_no_shadow_background_image.9.png +0 -0
  235. package/android/build/intermediates/packaged_res/release/drawable-night-v21/googlepay_button_background.xml +7 -0
  236. package/android/build/intermediates/packaged_res/release/drawable-night-v21/googlepay_button_no_shadow_background.xml +7 -0
  237. package/android/build/intermediates/packaged_res/release/drawable-night-v8/googlepay_button_content.xml +48 -0
  238. package/android/build/intermediates/packaged_res/release/drawable-night-v8/googlepay_button_overlay.xml +12 -0
  239. package/android/build/intermediates/packaged_res/release/drawable-night-v8/pay_with_googlepay_button_content.xml +14 -0
  240. package/android/build/intermediates/packaged_res/release/drawable-night-xhdpi-v8/googlepay_button_background_image.9.png +0 -0
  241. package/android/build/intermediates/packaged_res/release/drawable-night-xhdpi-v8/googlepay_button_no_shadow_background_image.9.png +0 -0
  242. package/android/build/intermediates/packaged_res/release/drawable-night-xxhdpi-v8/googlepay_button_background_image.9.png +0 -0
  243. package/android/build/intermediates/packaged_res/release/drawable-night-xxhdpi-v8/googlepay_button_no_shadow_background_image.9.png +0 -0
  244. package/android/build/intermediates/packaged_res/release/drawable-night-xxxhdpi-v8/googlepay_button_background_image.9.png +0 -0
  245. package/android/build/intermediates/packaged_res/release/drawable-night-xxxhdpi-v8/googlepay_button_no_shadow_background_image.9.png +0 -0
  246. package/android/build/intermediates/packaged_res/release/drawable-nl/pay_with_googlepay_button_content.xml +14 -0
  247. package/android/build/intermediates/packaged_res/release/drawable-nl-night-v8/pay_with_googlepay_button_content.xml +14 -0
  248. package/android/build/intermediates/packaged_res/release/drawable-no/pay_with_googlepay_button_content.xml +14 -0
  249. package/android/build/intermediates/packaged_res/release/drawable-no-night-v8/pay_with_googlepay_button_content.xml +14 -0
  250. package/android/build/intermediates/packaged_res/release/drawable-pl/pay_with_googlepay_button_content.xml +14 -0
  251. package/android/build/intermediates/packaged_res/release/drawable-pl-night-v8/pay_with_googlepay_button_content.xml +14 -0
  252. package/android/build/intermediates/packaged_res/release/drawable-pt/pay_with_googlepay_button_content.xml +14 -0
  253. package/android/build/intermediates/packaged_res/release/drawable-pt-night-v8/pay_with_googlepay_button_content.xml +14 -0
  254. package/android/build/intermediates/packaged_res/release/drawable-ru/pay_with_googlepay_button_content.xml +14 -0
  255. package/android/build/intermediates/packaged_res/release/drawable-ru-night-v8/pay_with_googlepay_button_content.xml +14 -0
  256. package/android/build/intermediates/packaged_res/release/drawable-sk/pay_with_googlepay_button_content.xml +14 -0
  257. package/android/build/intermediates/packaged_res/release/drawable-sk-night-v8/pay_with_googlepay_button_content.xml +14 -0
  258. package/android/build/intermediates/packaged_res/release/drawable-sl/pay_with_googlepay_button_content.xml +14 -0
  259. package/android/build/intermediates/packaged_res/release/drawable-sl-night-v8/pay_with_googlepay_button_content.xml +14 -0
  260. package/android/build/intermediates/packaged_res/release/drawable-sr/pay_with_googlepay_button_content.xml +14 -0
  261. package/android/build/intermediates/packaged_res/release/drawable-sr-night-v8/pay_with_googlepay_button_content.xml +14 -0
  262. package/android/build/intermediates/packaged_res/release/drawable-sv/pay_with_googlepay_button_content.xml +14 -0
  263. package/android/build/intermediates/packaged_res/release/drawable-sv-night-v8/pay_with_googlepay_button_content.xml +14 -0
  264. package/android/build/intermediates/packaged_res/release/drawable-th/pay_with_googlepay_button_content.xml +14 -0
  265. package/android/build/intermediates/packaged_res/release/drawable-th-night-v8/pay_with_googlepay_button_content.xml +14 -0
  266. package/android/build/intermediates/packaged_res/release/drawable-tr/pay_with_googlepay_button_content.xml +14 -0
  267. package/android/build/intermediates/packaged_res/release/drawable-tr-night-v8/pay_with_googlepay_button_content.xml +14 -0
  268. package/android/build/intermediates/packaged_res/release/drawable-uk/pay_with_googlepay_button_content.xml +14 -0
  269. package/android/build/intermediates/packaged_res/release/drawable-uk-night-v8/pay_with_googlepay_button_content.xml +14 -0
  270. package/android/build/intermediates/packaged_res/release/drawable-v21/googlepay_button_background.xml +21 -0
  271. package/android/build/intermediates/packaged_res/release/drawable-v21/googlepay_button_no_shadow_background.xml +21 -0
  272. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_background_image.9.png +0 -0
  273. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_background_image_focused.9.png +0 -0
  274. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_background_image_pressed.9.png +0 -0
  275. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_no_shadow_background_image.9.png +0 -0
  276. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  277. package/android/build/intermediates/packaged_res/release/drawable-xhdpi-v4/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  278. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_background_image.9.png +0 -0
  279. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_background_image_focused.9.png +0 -0
  280. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_background_image_pressed.9.png +0 -0
  281. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_no_shadow_background_image.9.png +0 -0
  282. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  283. package/android/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  284. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_background_image.9.png +0 -0
  285. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_background_image_focused.9.png +0 -0
  286. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_background_image_pressed.9.png +0 -0
  287. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_no_shadow_background_image.9.png +0 -0
  288. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_no_shadow_background_image_focused.9.png +0 -0
  289. package/android/build/intermediates/packaged_res/release/drawable-xxxhdpi-v4/googlepay_button_no_shadow_background_image_pressed.9.png +0 -0
  290. package/android/build/intermediates/packaged_res/release/drawable-zh/pay_with_googlepay_button_content.xml +15 -0
  291. package/android/build/intermediates/packaged_res/release/layout/googlepay_button.xml +31 -0
  292. package/android/build/intermediates/packaged_res/release/layout/googlepay_button_no_shadow.xml +31 -0
  293. package/android/build/intermediates/packaged_res/release/layout/pay_with_googlepay_button.xml +31 -0
  294. package/android/build/intermediates/packaged_res/release/layout/pay_with_googlepay_button_no_shadow.xml +31 -0
  295. package/android/build/intermediates/packaged_res/release/layout-night-v8/googlepay_button.xml +31 -0
  296. package/android/build/intermediates/packaged_res/release/layout-night-v8/pay_with_googlepay_button.xml +31 -0
  297. package/android/build/intermediates/packaged_res/release/values/values.xml +12 -0
  298. package/android/build/intermediates/packaged_res/release/values-night-v8/values-night-v8.xml +12 -0
  299. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  300. package/android/build/intermediates/runtime_library_classes_jar/release/classes.jar +0 -0
  301. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +14 -9
  302. package/android/build/intermediates/symbol_list_with_package_name/release/package-aware-r.txt +5613 -0
  303. package/android/build/kotlin/compileDebugKotlin/build-history.bin +0 -0
  304. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab +0 -0
  305. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  306. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  307. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len +0 -0
  308. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values +0 -0
  309. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  310. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.s +1 -1
  311. package/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i +0 -0
  312. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  313. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  314. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  315. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  316. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  317. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  318. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  319. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  320. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  321. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  322. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  323. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  324. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab +0 -0
  325. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  326. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  327. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  328. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  329. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  330. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  331. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  332. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
  333. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
  334. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab +0 -0
  335. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  336. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  337. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  338. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values +0 -0
  339. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  340. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.s +1 -1
  341. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  342. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  343. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  344. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  345. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  346. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  347. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  348. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  349. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  350. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  351. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  352. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  353. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  354. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  355. package/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  356. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab +1 -1
  357. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab +0 -0
  358. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  359. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  360. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len +0 -0
  361. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i +0 -0
  362. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab +0 -0
  363. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  364. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab +0 -0
  365. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream +0 -0
  366. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  367. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len +0 -0
  368. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values +0 -0
  369. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at +0 -0
  370. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.s +1 -1
  371. package/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i +0 -0
  372. package/android/build/kotlin/compileDebugKotlin/last-build.bin +0 -0
  373. package/android/build/kotlin/compileReleaseKotlin/build-history.bin +0 -0
  374. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab +0 -0
  375. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  376. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  377. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab.len +0 -0
  378. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  379. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab_i +0 -0
  380. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  381. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  382. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  383. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  384. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  385. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  386. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  387. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  388. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  389. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  390. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  391. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  392. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  393. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  394. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  395. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab +0 -0
  396. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  397. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  398. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  399. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  400. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  401. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  402. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  403. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  404. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  405. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  406. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  407. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  408. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  409. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
  410. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
  411. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
  412. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
  413. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
  414. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
  415. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
  416. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab +0 -0
  417. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  418. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  419. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  420. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  421. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  422. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  423. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  424. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  425. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  426. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  427. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  428. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  429. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  430. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  431. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  432. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  433. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  434. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  435. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  436. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  437. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  438. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  439. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  440. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  441. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  442. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  443. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  444. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/counters.tab +2 -0
  445. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab +0 -0
  446. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  447. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  448. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab.len +0 -0
  449. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  450. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab_i +0 -0
  451. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  452. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab +0 -0
  453. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  454. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  455. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab.len +0 -0
  456. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  457. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab_i +0 -0
  458. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  459. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab +0 -0
  460. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.keystream +0 -0
  461. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  462. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.len +0 -0
  463. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.values +0 -0
  464. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.values.at +0 -0
  465. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab.values.s +1 -0
  466. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab_i +0 -0
  467. package/android/build/kotlin/compileReleaseKotlin/caches-jvm/lookups/lookups.tab_i.len +0 -0
  468. package/android/build/kotlin/compileReleaseKotlin/last-build.bin +0 -0
  469. package/android/build/outputs/logs/manifest-merger-release-report.txt +25 -0
  470. package/android/build/tmp/compileReleaseJavaWithJavac/source-classes-mapping.txt +10 -0
  471. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/AuBECSDebitFormView$setListeners$1.class +0 -0
  472. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/AuBECSDebitFormView.class +0 -0
  473. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/AuBECSDebitFormViewManager.class +0 -0
  474. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardChangedEvent$Companion.class +0 -0
  475. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardChangedEvent.class +0 -0
  476. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView$setListeners$2.class +0 -0
  477. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView$setListeners$3.class +0 -0
  478. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView$setListeners$4.class +0 -0
  479. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView$setListeners$5.class +0 -0
  480. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView$setListeners$6.class +0 -0
  481. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFieldView.class +0 -0
  482. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/{StripeSdkCardViewManager.class → CardFieldViewManager.class} +0 -0
  483. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFormView.class +0 -0
  484. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/CardFormViewManager.class +0 -0
  485. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/ConfirmSetupIntentErrorType.class +0 -0
  486. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/FormCompleteEvent$Companion.class +0 -0
  487. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/FormCompleteEvent.class +0 -0
  488. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/GooglePayButtonManager$Companion.class +0 -0
  489. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/GooglePayButtonManager.class +0 -0
  490. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/GooglePayButtonView.class +0 -0
  491. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/GooglePayErrorType.class +0 -0
  492. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/GooglePayPaymentMethodLauncherFragment.class +0 -0
  493. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/MappersKt$WhenMappings.class +0 -0
  494. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/MappersKt.class +0 -0
  495. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentLauncherFragment$WhenMappings.class +0 -0
  496. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentLauncherFragment$retrievePaymentIntent$1$WhenMappings.class +0 -0
  497. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentLauncherFragment$retrievePaymentIntent$1.class +0 -0
  498. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentLauncherFragment.class +0 -0
  499. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentMethodCreateParamsException.class +0 -0
  500. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentMethodCreateParamsFactory.class +0 -0
  501. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentSheetFragment.class +0 -0
  502. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentSheetFragmentKt.class +0 -0
  503. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeContainerManager.class +0 -0
  504. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$Companion.class +0 -0
  505. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$createPaymentMethod$1.class +0 -0
  506. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$createTokenForCVCUpdate$1.class +0 -0
  507. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$createTokenFromBankAccount$1.class +0 -0
  508. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$createTokenFromCard$1.class +0 -0
  509. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$googlePayReceiver$1.class +0 -0
  510. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1$onActivityResult$2.class +0 -0
  511. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1.class +0 -0
  512. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$mPaymentSheetReceiver$1.class +0 -0
  513. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$retrievePaymentIntent$1.class +0 -0
  514. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$retrieveSetupIntent$1.class +0 -0
  515. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule.class +0 -0
  516. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkPackage.class +0 -0
  517. package/android/build/tmp/kotlin-classes/release/META-INF/reactnativestripesdk_release.kotlin_module +0 -0
  518. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/AuBECSDebitFormView$setListeners$1.class +0 -0
  519. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/AuBECSDebitFormView.class +0 -0
  520. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/AuBECSDebitFormViewManager.class +0 -0
  521. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardChangedEvent$Companion.class +0 -0
  522. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardChangedEvent.class +0 -0
  523. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView$setListeners$2.class +0 -0
  524. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView$setListeners$3.class +0 -0
  525. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView$setListeners$4.class +0 -0
  526. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView$setListeners$5.class +0 -0
  527. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView$setListeners$6.class +0 -0
  528. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldView.class +0 -0
  529. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFieldViewManager.class +0 -0
  530. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFocusEvent$Companion.class +0 -0
  531. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFocusEvent.class +0 -0
  532. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFormCompleteEvent$Companion.class +0 -0
  533. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFormCompleteEvent.class +0 -0
  534. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFormView.class +0 -0
  535. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CardFormViewManager.class +0 -0
  536. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/ConfirmPaymentErrorType.class +0 -0
  537. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/ConfirmSetupIntentErrorType.class +0 -0
  538. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/ConstantsKt.class +0 -0
  539. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/CreateTokenErrorType.class +0 -0
  540. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/ErrorsKt.class +0 -0
  541. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/ExtensionsKt.class +0 -0
  542. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/FormCompleteEvent$Companion.class +0 -0
  543. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/FormCompleteEvent.class +0 -0
  544. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayButtonManager$Companion.class +0 -0
  545. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayButtonManager.class +0 -0
  546. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayButtonView.class +0 -0
  547. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayErrorType.class +0 -0
  548. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayFragment$onViewCreated$1.class +0 -0
  549. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayFragment$onViewCreated$2.class +0 -0
  550. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayFragment$onViewCreated$3.class +0 -0
  551. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayFragment$onViewCreated$4.class +0 -0
  552. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayFragment.class +0 -0
  553. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/GooglePayPaymentMethodLauncherFragment.class +0 -0
  554. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/MappersKt$WhenMappings.class +0 -0
  555. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/MappersKt.class +0 -0
  556. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/NextPaymentActionErrorType.class +0 -0
  557. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentLauncherFragment$retrievePaymentIntent$1$WhenMappings.class +0 -0
  558. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentLauncherFragment$retrievePaymentIntent$1.class +0 -0
  559. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentLauncherFragment.class +0 -0
  560. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentMethodCreateParamsException.class +0 -0
  561. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentMethodCreateParamsFactory$WhenMappings.class +0 -0
  562. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentMethodCreateParamsFactory.class +0 -0
  563. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentSheetErrorType.class +0 -0
  564. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentSheetFragment.class +0 -0
  565. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/PaymentSheetFragmentKt.class +0 -0
  566. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/RetrievePaymentIntentErrorType.class +0 -0
  567. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/RetrieveSetupIntentErrorType.class +0 -0
  568. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeContainerManager.class +0 -0
  569. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeContainerView.class +0 -0
  570. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$Companion.class +0 -0
  571. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$createPaymentMethod$1.class +0 -0
  572. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$createTokenForCVCUpdate$1.class +0 -0
  573. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$createTokenFromBankAccount$1.class +0 -0
  574. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$createTokenFromCard$1.class +0 -0
  575. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$googlePayReceiver$1.class +0 -0
  576. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1$onActivityResult$2$WhenMappings.class +0 -0
  577. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1$onActivityResult$2.class +0 -0
  578. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1.class +0 -0
  579. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$mPaymentSheetReceiver$1.class +0 -0
  580. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$retrievePaymentIntent$1.class +0 -0
  581. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule$retrieveSetupIntent$1.class +0 -0
  582. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkModule.class +0 -0
  583. package/android/build/tmp/kotlin-classes/release/com/reactnativestripesdk/StripeSdkPackage.class +0 -0
  584. package/android/build.gradle +1 -1
  585. package/android/src/main/java/com/reactnativestripesdk/AuBECSDebitFormView.kt +1 -10
  586. package/android/src/main/java/com/reactnativestripesdk/AuBECSDebitFormViewManager.kt +4 -2
  587. package/android/src/main/java/com/reactnativestripesdk/CardChangedEvent.kt +0 -4
  588. package/android/src/main/java/com/reactnativestripesdk/{StripeSdkCardView.kt → CardFieldView.kt} +6 -9
  589. package/android/src/main/java/com/reactnativestripesdk/{StripeSdkCardViewManager.kt → CardFieldViewManager.kt} +20 -16
  590. package/android/src/main/java/com/reactnativestripesdk/CardFormView.kt +23 -23
  591. package/android/src/main/java/com/reactnativestripesdk/CardFormViewManager.kt +9 -6
  592. package/android/src/main/java/com/reactnativestripesdk/Errors.kt +3 -3
  593. package/android/src/main/java/com/reactnativestripesdk/FormCompleteEvent.kt +0 -1
  594. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonManager.kt +1 -0
  595. package/android/src/main/java/com/reactnativestripesdk/GooglePayButtonView.kt +1 -1
  596. package/android/src/main/java/com/reactnativestripesdk/GooglePayPaymentMethodLauncherFragment.kt +1 -1
  597. package/android/src/main/java/com/reactnativestripesdk/Mappers.kt +5 -12
  598. package/android/src/main/java/com/reactnativestripesdk/PaymentLauncherFragment.kt +115 -0
  599. package/android/src/main/java/com/reactnativestripesdk/PaymentMethodCreateParamsFactory.kt +103 -98
  600. package/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt +51 -58
  601. package/android/src/main/java/com/reactnativestripesdk/StripeContainerManager.kt +2 -1
  602. package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +84 -124
  603. package/android/src/main/java/com/reactnativestripesdk/StripeSdkPackage.kt +1 -1
  604. package/ios/AuBECSDebitFormView.swift +15 -0
  605. package/ios/Mappers.swift +5 -3
  606. package/ios/StripeSdk.m +1 -1
  607. package/ios/StripeSdk.swift +5 -4
  608. package/jest/mock.js +1 -1
  609. package/lib/commonjs/NativeStripeSdk.js.map +1 -1
  610. package/lib/commonjs/components/StripeProvider.js +1 -1
  611. package/lib/commonjs/components/StripeProvider.js.map +1 -1
  612. package/lib/commonjs/functions.js +1 -1
  613. package/lib/commonjs/functions.js.map +1 -1
  614. package/lib/commonjs/hooks/useStripe.js +1 -1
  615. package/lib/commonjs/hooks/useStripe.js.map +1 -1
  616. package/lib/commonjs/types/Card.js.map +1 -1
  617. package/lib/commonjs/types/index.js.map +1 -1
  618. package/lib/module/NativeStripeSdk.js.map +1 -1
  619. package/lib/module/components/StripeProvider.js +1 -1
  620. package/lib/module/components/StripeProvider.js.map +1 -1
  621. package/lib/module/functions.js +1 -1
  622. package/lib/module/functions.js.map +1 -1
  623. package/lib/module/hooks/useStripe.js +1 -1
  624. package/lib/module/hooks/useStripe.js.map +1 -1
  625. package/lib/module/types/Card.js.map +1 -1
  626. package/lib/module/types/index.js.map +1 -1
  627. package/lib/typescript/src/NativeStripeSdk.d.ts +2 -2
  628. package/lib/typescript/src/components/StripeProvider.d.ts +4 -10
  629. package/lib/typescript/src/functions.d.ts +6 -2
  630. package/lib/typescript/src/hooks/useStripe.d.ts +3 -2
  631. package/lib/typescript/src/types/Card.d.ts +1 -0
  632. package/lib/typescript/src/types/index.d.ts +8 -3
  633. package/package.json +1 -1
  634. package/src/NativeStripeSdk.tsx +3 -3
  635. package/src/components/StripeProvider.tsx +7 -15
  636. package/src/functions.ts +28 -3
  637. package/src/hooks/useStripe.tsx +7 -6
  638. package/src/types/Card.ts +1 -0
  639. package/src/types/index.ts +8 -3
  640. package/stripe-react-native.podspec +1 -1
  641. package/android/build/.transforms/e9391f6bbf8da46ff748ca7feadbce73/transformed/classes/classes.dex +0 -0
  642. package/android/build/.transforms/f0b2868ed2d4a4bb73b1ace98fe4ccfa/transformed/classes/classes.dex +0 -0
  643. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentSheetFragment$configureFlowController$onFlowControllerConfigure$1.class +0 -0
  644. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentSheetFragment$onViewCreated$paymentOptionCallback$1.class +0 -0
  645. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/PaymentSheetFragment$onViewCreated$paymentResultCallback$1.class +0 -0
  646. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView$setListeners$2.class +0 -0
  647. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView$setListeners$3.class +0 -0
  648. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView$setListeners$4.class +0 -0
  649. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView$setListeners$5.class +0 -0
  650. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView$setListeners$6.class +0 -0
  651. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkCardView.class +0 -0
  652. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1$onActivityResult$3$WhenMappings.class +0 -0
  653. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$mActivityEventListener$1$onActivityResult$3.class +0 -0
  654. package/android/build/tmp/kotlin-classes/debug/com/reactnativestripesdk/StripeSdkModule$payWithWeChatPay$1.class +0 -0
package/CHANGELOG.md CHANGED
@@ -1,10 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.5.0
4
+ - [#863](https://github.com/stripe/stripe-react-native/pull/863) Feat: add card ID and bankAccount ID to token response
5
+ - [#862](https://github.com/stripe/stripe-react-native/pull/862) Feat: Add support for setting a card's `currency` when creating a Token
6
+ - [#854](https://github.com/stripe/stripe-react-native/pull/854) Chore: Upgrade `stripe-ios` to 21.13.0. Upgrade `stripe-android` to 19.3.0.
7
+ - [#845](https://github.com/stripe/stripe-react-native/pull/845) Feat: Added support for `placeholderColor`, `textErrorColor `, `borderColor`, `borderRadius`, and `borderWidth` for `AuBECSDebitForm` on iOS
8
+
3
9
  ## 0.4.0
4
10
 
5
11
  - [#821](https://github.com/stripe/stripe-react-native/pull/821) Feat: Add support for Klarna
6
12
  - [#630](https://github.com/stripe/stripe-react-native/pull/630) Fix: card field focus jumps back to the card number field on Android
7
13
  - [#824](https://github.com/stripe/stripe-react-native/pull/824) Fix: Google Pay error code when canceled should be 'Canceled'
14
+ - [#832](https://github.com/stripe/stripe-react-native/pull/832)
15
+ - Deprecated `setUrlSchemeOnAndroid` in favor of `setReturnUrlSchemeOnAndroid`. `setReturnUrlSchemeOnAndroid` functions exactly the same, this is just a rename. `setUrlSchemeOnAndroid` will be removed in a future release.
16
+ - Deprecated `handleCardAction` in favor of `handleNextAction`. `handleNextAction` functions exactly the same, this is just a rename. `handleCardAction` will be removed in a future release.
17
+ - fix: Set `returnUrl` on Android in `confirmPayment` and `confirmSetupIntent`.
18
+ - fix: Don't request focus on initialization of `CardForm` by default.
8
19
 
9
20
  ## 0.3.0 - 2022-02-17
10
21
 
package/README.md CHANGED
@@ -23,7 +23,7 @@ Get started with our [📚 integration guides](https://stripe.com/docs/payments/
23
23
 
24
24
  **Native UI**: We provide native screens and elements to securely collect payment details on Android and iOS.
25
25
 
26
- **PaymentSheet**: [Learn how to integrate](https://stripe.com/docs/payments/accept-a-payment) PaymentSheet, our new pre-built payments UI for mobile apps. PaymentSheet lets you accept cards, Apple Pay, Google Pay, and much more out of the box and also supports saving & reusing payment methods. PaymentSheet currently accepts the following payment methods: Card, Apple Pay, Google Pay, SEPA Debit, Bancontact, iDEAL, and Sofort.
26
+ **PaymentSheet**: [Learn how to integrate](https://stripe.com/docs/payments/accept-a-payment) PaymentSheet, our new pre-built payments UI for mobile apps. PaymentSheet lets you accept cards, Apple Pay, Google Pay, and much more out of the box and also supports saving & reusing payment methods. PaymentSheet currently accepts the following payment methods: Card, Apple Pay, Google Pay, SEPA Debit, Bancontact, iDEAL, EPS, P24, Afterpay/Clearpay, Klarna, Giropay, and Sofort.
27
27
 
28
28
  #### Recommended usage
29
29
 
@@ -73,6 +73,7 @@ to your `app.json` file, where `merchantIdentifier` is the Apple merchant ID obt
73
73
  #### Android
74
74
 
75
75
  - Android 5.0 (API level 21) and above
76
+ - Your `compileSdkVersion` must be `31`. See [this issue](https://github.com/stripe/stripe-react-native/issues/812) for potential workarounds.
76
77
  - Android gradle plugin 4.x and above
77
78
 
78
79
  _Components_
@@ -261,3 +262,7 @@ Follow these steps to resolve this:
261
262
  You might see error this whilst initializing the `StripeProvider` component with Expo. This is caused by using an older version of Expo before stripe-react-native was [officially supported](https://github.com/stripe/stripe-react-native/issues/3#issuecomment-846225534). Updating Expo Go from the stores (or locally on simulators installed with `expo install:client:[ios|android]`) should fix the problem.
262
263
 
263
264
  If you're still having troubles, please [open an issue](https://github.com/stripe/stripe-react-native/issues/new/choose) or jump in our [developer chat](https://stripe.com/go/developer-chat).
265
+
266
+ ### `Apple Pay Is Not Available in "My App Name"`
267
+
268
+ This can occur if you attempt to process an Apple Pay payment on a physical device (even in test mode) without having created **and uploaded** your Apple Pay Certificate to the Stripe Dashboard. Learn how to do that [here](https://stripe.com/docs/apple-pay#csr).
@@ -0,0 +1,52 @@
1
+ // Generated by view binder compiler. Do not edit!
2
+ package com.reactnativestripesdk.databinding;
3
+
4
+ import android.view.LayoutInflater;
5
+ import android.view.View;
6
+ import android.view.ViewGroup;
7
+ import android.widget.RelativeLayout;
8
+ import androidx.annotation.NonNull;
9
+ import androidx.annotation.Nullable;
10
+ import androidx.viewbinding.ViewBinding;
11
+ import com.reactnativestripesdk.R;
12
+ import java.lang.NullPointerException;
13
+ import java.lang.Override;
14
+
15
+ public final class GooglepayButtonBinding implements ViewBinding {
16
+ @NonNull
17
+ private final RelativeLayout rootView;
18
+
19
+ private GooglepayButtonBinding(@NonNull RelativeLayout rootView) {
20
+ this.rootView = rootView;
21
+ }
22
+
23
+ @Override
24
+ @NonNull
25
+ public RelativeLayout getRoot() {
26
+ return rootView;
27
+ }
28
+
29
+ @NonNull
30
+ public static GooglepayButtonBinding inflate(@NonNull LayoutInflater inflater) {
31
+ return inflate(inflater, null, false);
32
+ }
33
+
34
+ @NonNull
35
+ public static GooglepayButtonBinding inflate(@NonNull LayoutInflater inflater,
36
+ @Nullable ViewGroup parent, boolean attachToParent) {
37
+ View root = inflater.inflate(R.layout.googlepay_button, parent, false);
38
+ if (attachToParent) {
39
+ parent.addView(root);
40
+ }
41
+ return bind(root);
42
+ }
43
+
44
+ @NonNull
45
+ public static GooglepayButtonBinding bind(@NonNull View rootView) {
46
+ if (rootView == null) {
47
+ throw new NullPointerException("rootView");
48
+ }
49
+
50
+ return new GooglepayButtonBinding((RelativeLayout) rootView);
51
+ }
52
+ }
@@ -0,0 +1,52 @@
1
+ // Generated by view binder compiler. Do not edit!
2
+ package com.reactnativestripesdk.databinding;
3
+
4
+ import android.view.LayoutInflater;
5
+ import android.view.View;
6
+ import android.view.ViewGroup;
7
+ import android.widget.RelativeLayout;
8
+ import androidx.annotation.NonNull;
9
+ import androidx.annotation.Nullable;
10
+ import androidx.viewbinding.ViewBinding;
11
+ import com.reactnativestripesdk.R;
12
+ import java.lang.NullPointerException;
13
+ import java.lang.Override;
14
+
15
+ public final class GooglepayButtonNoShadowBinding implements ViewBinding {
16
+ @NonNull
17
+ private final RelativeLayout rootView;
18
+
19
+ private GooglepayButtonNoShadowBinding(@NonNull RelativeLayout rootView) {
20
+ this.rootView = rootView;
21
+ }
22
+
23
+ @Override
24
+ @NonNull
25
+ public RelativeLayout getRoot() {
26
+ return rootView;
27
+ }
28
+
29
+ @NonNull
30
+ public static GooglepayButtonNoShadowBinding inflate(@NonNull LayoutInflater inflater) {
31
+ return inflate(inflater, null, false);
32
+ }
33
+
34
+ @NonNull
35
+ public static GooglepayButtonNoShadowBinding inflate(@NonNull LayoutInflater inflater,
36
+ @Nullable ViewGroup parent, boolean attachToParent) {
37
+ View root = inflater.inflate(R.layout.googlepay_button_no_shadow, parent, false);
38
+ if (attachToParent) {
39
+ parent.addView(root);
40
+ }
41
+ return bind(root);
42
+ }
43
+
44
+ @NonNull
45
+ public static GooglepayButtonNoShadowBinding bind(@NonNull View rootView) {
46
+ if (rootView == null) {
47
+ throw new NullPointerException("rootView");
48
+ }
49
+
50
+ return new GooglepayButtonNoShadowBinding((RelativeLayout) rootView);
51
+ }
52
+ }
@@ -0,0 +1,52 @@
1
+ // Generated by view binder compiler. Do not edit!
2
+ package com.reactnativestripesdk.databinding;
3
+
4
+ import android.view.LayoutInflater;
5
+ import android.view.View;
6
+ import android.view.ViewGroup;
7
+ import android.widget.RelativeLayout;
8
+ import androidx.annotation.NonNull;
9
+ import androidx.annotation.Nullable;
10
+ import androidx.viewbinding.ViewBinding;
11
+ import com.reactnativestripesdk.R;
12
+ import java.lang.NullPointerException;
13
+ import java.lang.Override;
14
+
15
+ public final class PayWithGooglepayButtonBinding implements ViewBinding {
16
+ @NonNull
17
+ private final RelativeLayout rootView;
18
+
19
+ private PayWithGooglepayButtonBinding(@NonNull RelativeLayout rootView) {
20
+ this.rootView = rootView;
21
+ }
22
+
23
+ @Override
24
+ @NonNull
25
+ public RelativeLayout getRoot() {
26
+ return rootView;
27
+ }
28
+
29
+ @NonNull
30
+ public static PayWithGooglepayButtonBinding inflate(@NonNull LayoutInflater inflater) {
31
+ return inflate(inflater, null, false);
32
+ }
33
+
34
+ @NonNull
35
+ public static PayWithGooglepayButtonBinding inflate(@NonNull LayoutInflater inflater,
36
+ @Nullable ViewGroup parent, boolean attachToParent) {
37
+ View root = inflater.inflate(R.layout.pay_with_googlepay_button, parent, false);
38
+ if (attachToParent) {
39
+ parent.addView(root);
40
+ }
41
+ return bind(root);
42
+ }
43
+
44
+ @NonNull
45
+ public static PayWithGooglepayButtonBinding bind(@NonNull View rootView) {
46
+ if (rootView == null) {
47
+ throw new NullPointerException("rootView");
48
+ }
49
+
50
+ return new PayWithGooglepayButtonBinding((RelativeLayout) rootView);
51
+ }
52
+ }
@@ -0,0 +1,52 @@
1
+ // Generated by view binder compiler. Do not edit!
2
+ package com.reactnativestripesdk.databinding;
3
+
4
+ import android.view.LayoutInflater;
5
+ import android.view.View;
6
+ import android.view.ViewGroup;
7
+ import android.widget.RelativeLayout;
8
+ import androidx.annotation.NonNull;
9
+ import androidx.annotation.Nullable;
10
+ import androidx.viewbinding.ViewBinding;
11
+ import com.reactnativestripesdk.R;
12
+ import java.lang.NullPointerException;
13
+ import java.lang.Override;
14
+
15
+ public final class PayWithGooglepayButtonNoShadowBinding implements ViewBinding {
16
+ @NonNull
17
+ private final RelativeLayout rootView;
18
+
19
+ private PayWithGooglepayButtonNoShadowBinding(@NonNull RelativeLayout rootView) {
20
+ this.rootView = rootView;
21
+ }
22
+
23
+ @Override
24
+ @NonNull
25
+ public RelativeLayout getRoot() {
26
+ return rootView;
27
+ }
28
+
29
+ @NonNull
30
+ public static PayWithGooglepayButtonNoShadowBinding inflate(@NonNull LayoutInflater inflater) {
31
+ return inflate(inflater, null, false);
32
+ }
33
+
34
+ @NonNull
35
+ public static PayWithGooglepayButtonNoShadowBinding inflate(@NonNull LayoutInflater inflater,
36
+ @Nullable ViewGroup parent, boolean attachToParent) {
37
+ View root = inflater.inflate(R.layout.pay_with_googlepay_button_no_shadow, parent, false);
38
+ if (attachToParent) {
39
+ parent.addView(root);
40
+ }
41
+ return bind(root);
42
+ }
43
+
44
+ @NonNull
45
+ public static PayWithGooglepayButtonNoShadowBinding bind(@NonNull View rootView) {
46
+ if (rootView == null) {
47
+ throw new NullPointerException("rootView");
48
+ }
49
+
50
+ return new PayWithGooglepayButtonNoShadowBinding((RelativeLayout) rootView);
51
+ }
52
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Automatically generated file. DO NOT MODIFY
3
+ */
4
+ package com.reactnativestripesdk;
5
+
6
+ public final class BuildConfig {
7
+ public static final boolean DEBUG = false;
8
+ public static final String LIBRARY_PACKAGE_NAME = "com.reactnativestripesdk";
9
+ public static final String BUILD_TYPE = "release";
10
+ }
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ package="com.reactnativestripesdk" >
4
+
5
+ <uses-sdk
6
+ android:minSdkVersion="21"
7
+ android:targetSdkVersion="31" />
8
+
9
+ </manifest>
@@ -0,0 +1,16 @@
1
+ {
2
+ "version": 2,
3
+ "artifactType": {
4
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "com.reactnativestripesdk",
8
+ "variantName": "release",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "outputFile": "AndroidManifest.xml"
14
+ }
15
+ ]
16
+ }
@@ -0,0 +1,2 @@
1
+ aarFormatVersion=1.0
2
+ aarMetadataVersion=1.0
@@ -2805,9 +2805,7 @@ int drawable googlepay_button_no_shadow_background_image 0x0
2805
2805
  int drawable googlepay_button_no_shadow_background_image_focused 0x0
2806
2806
  int drawable googlepay_button_no_shadow_background_image_pressed 0x0
2807
2807
  int drawable googlepay_button_overlay 0x0
2808
- int drawable ic_arrow 0x0
2809
2808
  int drawable ic_clock_black_24dp 0x0
2810
- int drawable ic_indicator 0x0
2811
2809
  int drawable ic_keyboard_black_24dp 0x0
2812
2810
  int drawable ic_m3_chip_check 0x0
2813
2811
  int drawable ic_m3_chip_checked_circle 0x0
@@ -2861,8 +2859,10 @@ int drawable notify_panel_notification_icon_bg 0x0
2861
2859
  int drawable pay_with_googlepay_button_content 0x0
2862
2860
  int drawable redbox_top_border_background 0x0
2863
2861
  int drawable stripe_3ds2_ic_amex 0x0
2862
+ int drawable stripe_3ds2_ic_arrow 0x0
2864
2863
  int drawable stripe_3ds2_ic_cartesbancaires 0x0
2865
2864
  int drawable stripe_3ds2_ic_discover 0x0
2865
+ int drawable stripe_3ds2_ic_indicator 0x0
2866
2866
  int drawable stripe_3ds2_ic_mastercard 0x0
2867
2867
  int drawable stripe_3ds2_ic_unionpay 0x0
2868
2868
  int drawable stripe_3ds2_ic_unknown 0x0
@@ -2877,8 +2877,7 @@ int drawable stripe_googlepay_button_no_shadow_background_image_focused 0x0
2877
2877
  int drawable stripe_googlepay_button_no_shadow_background_image_pressed 0x0
2878
2878
  int drawable stripe_googlepay_button_overlay 0x0
2879
2879
  int drawable stripe_ic_add_black_32dp 0x0
2880
- int drawable stripe_ic_affirm_logo_dark 0x0
2881
- int drawable stripe_ic_affirm_logo_light 0x0
2880
+ int drawable stripe_ic_affirm_logo 0x0
2882
2881
  int drawable stripe_ic_afterpay_clearpay_logo 0x0
2883
2882
  int drawable stripe_ic_amex 0x0
2884
2883
  int drawable stripe_ic_amex_template_32 0x0
@@ -2916,6 +2915,7 @@ int drawable stripe_ic_error 0x0
2916
2915
  int drawable stripe_ic_error_amex 0x0
2917
2916
  int drawable stripe_ic_jcb 0x0
2918
2917
  int drawable stripe_ic_jcb_template_32 0x0
2918
+ int drawable stripe_ic_lock 0x0
2919
2919
  int drawable stripe_ic_mastercard 0x0
2920
2920
  int drawable stripe_ic_mastercard_template_32 0x0
2921
2921
  int drawable stripe_ic_paymentsheet_add 0x0
@@ -2948,15 +2948,12 @@ int drawable stripe_ic_paymentsheet_pm_p24 0x0
2948
2948
  int drawable stripe_ic_paymentsheet_pm_paypal 0x0
2949
2949
  int drawable stripe_ic_paymentsheet_pm_sepa_debit 0x0
2950
2950
  int drawable stripe_ic_paymentsheet_primary_button_checkmark 0x0
2951
- int drawable stripe_ic_paymentsheet_primary_button_lock 0x0
2952
2951
  int drawable stripe_ic_trash 0x0
2953
2952
  int drawable stripe_ic_unionpay 0x0
2954
2953
  int drawable stripe_ic_unionpay_template_32 0x0
2955
2954
  int drawable stripe_ic_unknown 0x0
2956
2955
  int drawable stripe_ic_visa 0x0
2957
2956
  int drawable stripe_ic_visa_template_32 0x0
2958
- int drawable stripe_paymentsheet_primary_button_confirmed_background 0x0
2959
- int drawable stripe_paymentsheet_primary_button_default_background 0x0
2960
2957
  int drawable stripe_paymentsheet_testmode_background 0x0
2961
2958
  int drawable stripe_paymentsheet_toolbar_back 0x0
2962
2959
  int drawable stripe_paymentsheet_toolbar_close 0x0
@@ -4268,6 +4265,7 @@ int string stripe_failure_connection_error 0x0
4268
4265
  int string stripe_failure_reason_authentication 0x0
4269
4266
  int string stripe_failure_reason_timed_out 0x0
4270
4267
  int string stripe_google_pay_error_internal 0x0
4268
+ int string stripe_pay_button_amount 0x0
4271
4269
  int string stripe_paymentsheet_add_payment_method_button_label 0x0
4272
4270
  int string stripe_paymentsheet_add_payment_method_card_information 0x0
4273
4271
  int string stripe_paymentsheet_add_payment_method_country_or_region 0x0
@@ -4278,7 +4276,6 @@ int string stripe_paymentsheet_continue_button_label 0x0
4278
4276
  int string stripe_paymentsheet_expiration_date_hint 0x0
4279
4277
  int string stripe_paymentsheet_or_pay_using 0x0
4280
4278
  int string stripe_paymentsheet_or_pay_with_card 0x0
4281
- int string stripe_paymentsheet_pay_button_amount 0x0
4282
4279
  int string stripe_paymentsheet_pay_button_label 0x0
4283
4280
  int string stripe_paymentsheet_payment_method_affirm 0x0
4284
4281
  int string stripe_paymentsheet_payment_method_afterpay_clearpay 0x0
@@ -4298,10 +4295,10 @@ int string stripe_paymentsheet_remove_pm 0x0
4298
4295
  int string stripe_paymentsheet_save_for_future_payments 0x0
4299
4296
  int string stripe_paymentsheet_save_this_card_with_merchant_name 0x0
4300
4297
  int string stripe_paymentsheet_select_payment_method 0x0
4301
- int string stripe_paymentsheet_setup_button_label 0x0
4302
4298
  int string stripe_paymentsheet_test_mode_indicator 0x0
4303
4299
  int string stripe_paymentsheet_total_amount 0x0
4304
4300
  int string stripe_postalcode_placeholder 0x0
4301
+ int string stripe_setup_button_label 0x0
4305
4302
  int string stripe_verify_your_payment 0x0
4306
4303
  int string subscribe_with_googlepay_button_content_description 0x0
4307
4304
  int string summary_description 0x0
@@ -4315,6 +4312,14 @@ int string title_bank_account 0x0
4315
4312
  int string title_payment_method 0x0
4316
4313
  int string title_select_shipping_method 0x0
4317
4314
  int string toolbar_description 0x0
4315
+ int string us_bank_account_widget_account_number 0x0
4316
+ int string us_bank_account_widget_account_number_incomplete 0x0
4317
+ int string us_bank_account_widget_account_number_invalid 0x0
4318
+ int string us_bank_account_widget_account_owner_type 0x0
4319
+ int string us_bank_account_widget_account_type 0x0
4320
+ int string us_bank_account_widget_routing_number 0x0
4321
+ int string us_bank_account_widget_routing_number_incomplete 0x0
4322
+ int string us_bank_account_widget_routing_number_invalid 0x0
4318
4323
  int string view_in_googlepay_button_content_description 0x0
4319
4324
  int string wallet_buy_button_place_holder 0x0
4320
4325
  int style AlertDialogStyle 0x0