Skip to content

Commit

Permalink
Create table of contents (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur authored Dec 5, 2024
1 parent e4b2be3 commit 01ef5f8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@ The React Native SDK is part of
which enables developers to delivery best-in-class iOS and Android commerce
experiences.

## Table of contents

1. [Platform Requirements](#platform-requirements)
- [React Native](#react-native)
- [iOS](#ios)
- [Android](#android)
- [Shopify](#shopify)
2. [Getting Started](#getting-started)
- [1. Install](#1-install)
- [2. Ensure your app meets the minimum Android SDK version requirement](#2-ensure-your-app-meets-the-minimum-android-sdk-version-requirement)
- [3. Ensure your app meets the minimum iOS version requirement](#3-ensure-your-app-meets-the-minimum-ios-version-requirement)
3. [Basic Usage](#basic-usage)
4. [Programmatic Usage](#programmatic-usage)
5. [Usage with the Storefront API](#usage-with-the-storefront-api)
6. [Configuration](#configuration)
- [colorScheme](#colorscheme)
- [colors](#colors)
7. [Localization](#localization)
- [Checkout Sheet title](#checkout-sheet-title)
- [Currency](#currency)
- [Language](#language)
8. [Preloading](#preloading)
9. [Monitoring the lifecycle of a checkout session](#monitoring-the-lifecycle-of-a-checkout-session)
10. [Integrating identity & customer accounts](#integrating-identity--customer-accounts)
11. [Contributing](#contributing)
12. [License](#license)

## Platform Requirements

- **React Native** - Minimum version `0.70`
Expand Down
2 changes: 0 additions & 2 deletions sample/ios/ReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>UIAppFonts</key>
Expand Down

0 comments on commit 01ef5f8

Please sign in to comment.