Skip to content

Commit 01ef5f8

Browse files
authored
Create table of contents (#142)
1 parent e4b2be3 commit 01ef5f8

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,33 @@ The React Native SDK is part of
2121
which enables developers to delivery best-in-class iOS and Android commerce
2222
experiences.
2323

24+
## Table of contents
25+
26+
1. [Platform Requirements](#platform-requirements)
27+
- [React Native](#react-native)
28+
- [iOS](#ios)
29+
- [Android](#android)
30+
- [Shopify](#shopify)
31+
2. [Getting Started](#getting-started)
32+
- [1. Install](#1-install)
33+
- [2. Ensure your app meets the minimum Android SDK version requirement](#2-ensure-your-app-meets-the-minimum-android-sdk-version-requirement)
34+
- [3. Ensure your app meets the minimum iOS version requirement](#3-ensure-your-app-meets-the-minimum-ios-version-requirement)
35+
3. [Basic Usage](#basic-usage)
36+
4. [Programmatic Usage](#programmatic-usage)
37+
5. [Usage with the Storefront API](#usage-with-the-storefront-api)
38+
6. [Configuration](#configuration)
39+
- [colorScheme](#colorscheme)
40+
- [colors](#colors)
41+
7. [Localization](#localization)
42+
- [Checkout Sheet title](#checkout-sheet-title)
43+
- [Currency](#currency)
44+
- [Language](#language)
45+
8. [Preloading](#preloading)
46+
9. [Monitoring the lifecycle of a checkout session](#monitoring-the-lifecycle-of-a-checkout-session)
47+
10. [Integrating identity & customer accounts](#integrating-identity--customer-accounts)
48+
11. [Contributing](#contributing)
49+
12. [License](#license)
50+
2451
## Platform Requirements
2552

2653
- **React Native** - Minimum version `0.70`

sample/ios/ReactNative/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
<key>NSAllowsLocalNetworking</key>
3434
<true/>
3535
</dict>
36-
<key>NSLocationAlwaysUsageDescription</key>
37-
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
3836
<key>NSLocationWhenInUseUsageDescription</key>
3937
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
4038
<key>UIAppFonts</key>

0 commit comments

Comments
 (0)