João Horta

Results 6 issues of João Horta

Can this be used with S3 compliant non-amazon endpoints (like Lunacloud)?

This PR adds support for a vertical form with rows that can be defined via props. Example: ``` ``` This will render a vertical form with 3 rows: 1. with...

When using the Highlighter module, if the function `highlightSelection` function is called with the selection option - e.g. `highlighter = rangy.createHighlighter(document); highlighter.highlightSelection('highlight', { selection: currentSelection });` the `currentSelection` object will...

**Is your feature request related to a problem? Please describe.** We are unable to use the SDK with the most recent Xcode (14.1) and Swift 5.7. **Describe the solution you'd...

question
Communication
customer-reported

Hello, After adding both frameworks `PushIOManager.framework` and `PIOMediaAttachmentExtension.framework` (needed for media push notifications as stated in the [documentation](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/ios/media-attachments.htm), the build fails with an error inside the `react-native-pushiomanager` pod: > 'PushIOManager/PushIOManagerAll.h'...

`trackEngagement` receives a `metric` as first argument and from the source code https://github.com/oracle/pushiomanager-react-native/blob/d25f846fe110e554f701c4fb7a4b2a746ceb3171/index.js#L293 is said that it's one of `engagementType`. However I haven't been able to find the list of...