Skip to content

Commit

Permalink
Update get-started.mdx
Browse files Browse the repository at this point in the history
fix crash on iOS 12 when launching
  • Loading branch information
zyestin authored Mar 11, 2024
1 parent 4918503 commit c9fc8c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ npm install react-native-iap
cd ios; pod install; cd -
```

> Note: For iOS 12.x, set project in Xcode as below:
> Build Phases -> Link Binary With Libraries -> +(Add) -> SwiftUI.framework, Optional
You can now get started hacking!

### `Android`
Expand Down

0 comments on commit c9fc8c3

Please sign in to comment.