Results 6 issues of EricH

### Motivation The UI of having a collapsible header above a Tab View is a commonly requested pattern (#411), but it is surprisingly challenging for newer RN devs to implement....

Related issues: #131 #153 Updates docs so that iOS users with hermes enabled can successfully compile.

According to the [documentation](https://developer.vimeo.com/api/spec), GET requests should have the JSON filter fields applied to the path. The Vimeo.js lib does this [correctly](https://github.com/vimeo/vimeo.js/blob/master/lib/vimeo.js#L201). For all other requests (POST, PUT, DELETE, PATCH),...

enhancement

The was first brought up in another issue [here](https://github.com/Iterable/react-native-sdk/issues/115#issuecomment-794245966), but we recently saw the same behavior. We never noticed in our previous app as we had a legacy integration where...

We are currently in the process of migrating our react native application to use this lib for all push notifications. We previously used the more general libs `react-native-push-notification v4.0.0`, `@react-native-community/push-notification-ios...

enhancement

Just trying to save anyone else the time who stumbles across this, just dropped it into a RN 61.4 project, all the functions returned were some garbage. Instead head over...