Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, turns out this key is deprecated. I removed from the swift lib, so removing here too

<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
Loading