-
Notifications
You must be signed in to change notification settings - Fork 4
ISS-183379: Update hybrid mobile SDK docs with sample app section(React Native, Expo, Cordova) #264
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
ISS-183379: Update hybrid mobile SDK docs with sample app section(React Native, Expo, Cordova) #264
Conversation
🌟 EkLine ReviewerHello! I’m here to help improve your docs. I’ve reviewed your pull request, and left in-line suggestions for quick fixes. For details, visit the Analytics Page. For questions or feedback, please email support@ekline.io. |
Published docs preview URL: https://devrev-preview-2bf8178a-9f66-4515-a46c-85b37ba8e002.docs.buildwithfern.com |
Published docs preview URL: https://devrev-preview-e5a88526-76d6-4474-8823-1d7b63a10c07.docs.buildwithfern.com |
@@ -5,14 +5,14 @@ This guide helps you integrate the DevRev SDK into your Cordova app. | |||
## Requirements | |||
|
|||
- Cordova CLI 10.0.0 or higher. | |||
- A minimum deployment target of Android 5.0 (API level 21) or iOS 11. | |||
- A minimum deployment target Android SDK 24 or iOS 15. |
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.
- A minimum deployment target Android SDK 24 or iOS 15. | |
- Minimum deployment target Android SDK 24 or iOS 15. |
@@ -30,3 +30,35 @@ The SDK will be ready for use once you execute the following configuration metho | |||
```javascript | |||
DevRev.configure(appID, successCallback, errorCallback) | |||
``` | |||
|
|||
## Sample app | |||
A sample app with use cases for the DevRev Cordova plugin has been provided as a part of our [public repository](https://github.com/devrev/devrev-sdk-cordova). To set up and run the sample app: |
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.
A sample app with use cases for the DevRev Cordova plugin has been provided as a part of our [public repository](https://github.com/devrev/devrev-sdk-cordova). To set up and run the sample app: | |
A sample app with use cases for the DevRev Cordova plugin is provided as part of our [public repository](https://github.com/devrev/devrev-sdk-cordova). To set up and run the sample app: |
## Sample app | ||
A sample app with use cases for the DevRev Cordova plugin has been provided as a part of our [public repository](https://github.com/devrev/devrev-sdk-cordova). To set up and run the sample app: | ||
|
||
```sh |
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.
It's not clear what the relationship between these steps and the Android/iOS-specific steps below are.
Tabs are often used for platform-specific information. https://buildwithfern.com/learn/docs/content/components/tabs
```sh | ||
cd sample |
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.
Indent the codeblocks as in the preceding section.
```sh | |
cd sample | |
```sh | |
cd sample |
3. For iOS, run: | ||
```sh | ||
cd ios | ||
pod install | ||
``` | ||
|
||
Then, open DevRevSDKSample.xcworkspace in Xcode and run the app. | ||
|
||
4. Run the app on Android or iOS using: |
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.
The sequence is unclear here. The Xcode step should be numbered.
Published docs preview URL: https://devrev-preview-da57eea1-2c62-469a-a410-b0e0a7e8399e.docs.buildwithfern.com |
Published docs preview URL: https://devrev-preview-0e374732-c165-497a-a95e-adc24b6b5db5.docs.buildwithfern.com |
Published docs preview URL: https://devrev-preview-4995c474-8f28-4755-9581-6698027a6307.docs.buildwithfern.com |
Description ✏️
This PR updates the public documentation for our hybrid SDKs to reflect the latest changes in the sample applications.
Important
Check the Hide whitespace option when reviewing.
Links 📍
/close ISS-183379
AI-assisted work 📈
0%