|
1 | | -# Shopify Checkout Sheet Kit - React Native |
| 1 | +# Shopify Checkout Kit - React Native |
2 | 2 |
|
3 | 3 | [](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/LICENSE) |
4 | 4 | []() |
5 | 5 |
|
6 | | - |
| 6 | +<img width="3200" height="800" alt="gradients" src="https://github.com/user-attachments/assets/156492b7-5a64-43d2-b574-2e8f29ed8780" /> |
7 | 7 |
|
8 | | -**Shopify Checkout Sheet Kit** is a Native Module that enables React Native apps |
| 8 | +**Shopify Checkout Kit** is a Native Module that enables React Native apps |
9 | 9 | to provide the world’s highest converting, customizable, one-page checkout |
10 | 10 | within the app. The presented experience is a fully-featured checkout that |
11 | 11 | preserves all of the store customizations: Checkout UI extensions, Functions, |
12 | 12 | branding, and more. It also provides platform idiomatic defaults such as support |
13 | 13 | for light and dark mode, and convenient developer APIs to embed, customize, and |
14 | 14 | follow the lifecycle of the checkout experience. |
15 | 15 |
|
| 16 | +Note: We're in the process of renaming "Checkout Sheet Kit" to "Checkout Kit." The dev docs and README already use the new name, while the package itself will be updated in an upcoming version. |
| 17 | + |
16 | 18 | Check out our blog to |
17 | | -[learn how and why we built the Shopify Checkout Sheet Kit](https://www.shopify.com/partners/blog/mobile-checkout-sdks-for-ios-and-android). |
| 19 | +[learn how and why we built the Shopify Checkout Kit](https://www.shopify.com/partners/blog/mobile-checkout-sdks-for-ios-and-android). |
18 | 20 |
|
19 | 21 | The React Native SDK is part of |
20 | 22 | [Shopify's Mobile Kit](https://shopify.dev/docs/custom-storefronts/mobile-kit) |
@@ -70,14 +72,14 @@ experiences. |
70 | 72 |
|
71 | 73 | ## Getting Started |
72 | 74 |
|
73 | | -Shopify Checkout Sheet Kit is an open-source NPM package. |
| 75 | +Shopify Checkout Kit is an open-source NPM package. |
74 | 76 |
|
75 | 77 | Use the following steps to get started with adding it to your React Native |
76 | 78 | application: |
77 | 79 |
|
78 | 80 | ### 1. Installation |
79 | 81 |
|
80 | | -Install the Shopify Checkout Sheet Kit package dependency: |
| 82 | +Install the Shopify Checkout Kit package dependency: |
81 | 83 |
|
82 | 84 | ```sh |
83 | 85 | yarn add @shopify/checkout-sheet-kit |
@@ -767,7 +769,7 @@ Android differs to iOS in that permission requests must be handled in two places |
767 | 769 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
768 | 770 | ``` |
769 | 771 |
|
770 | | -The Checkout Sheet Kit native module will emit a `geolocationRequest` event when the webview requests geolocation |
| 772 | +The Checkout Kit native module will emit a `geolocationRequest` event when the webview requests geolocation |
771 | 773 | information. By default, the kit will listen for this event and request access to both coarse and fine access when |
772 | 774 | invoked. |
773 | 775 |
|
@@ -840,4 +842,4 @@ See the [contributing documentation](CONTRIBUTING.md) for details on how to get |
840 | 842 |
|
841 | 843 | ## License |
842 | 844 |
|
843 | | -Shopify's Checkout Sheet Kit is provided under an [MIT License](LICENSE). |
| 845 | +Shopify's Checkout Kit is provided under an [MIT License](LICENSE). |
0 commit comments