-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README to remove usage docs and link to them instead #531
Conversation
db5052f
to
20a9669
Compare
@@ -64,326 +67,20 @@ yarn add @xmtp/react-native-sdk | |||
|
|||
### Configure for iOS | |||
|
|||
In the `ios` directory, update your `Podfile` file as follows: | |||
1. In the `ios` directory, update your `Podfile` file to set this value: `platform :ios, '16.0'`. This is required by XMTP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the flow in this section correct? Just making sure I structured it correctly. TY!
|
||
Access the `xmtp-react-native` client SDK [reference documentation](https://xmtp.github.io/xmtp-react-native/modules.html). | ||
Access the [XMTP React Native SDK reference documentation](https://xmtp.github.io/xmtp-react-native/modules.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you spot-check these to see if these are building as expected, please? TY!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep look good!
|
||
Access the `xmtp-react-native` client SDK [reference documentation](https://xmtp.github.io/xmtp-react-native/modules.html). | ||
Access the [XMTP React Native SDK reference documentation](https://xmtp.github.io/xmtp-react-native/modules.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep look good!
No description provided.