kerem

Results 11 issues of kerem

Hi, I think you should consider getting the push urls from a config file, and it should be optional for the consumer to change it when calling apns2 api; ```...

remove unnecessary **@react-native-community/netinfo** declaration since it is not used.

Infrastructure

APNs and FCM Api request logs added to see which requests are going to APNs And FCM servers Example: - [x] request going gorush: ``` { "notifications": [ { "platform":...

rename **`CalendarModule.js`** to **`NativeCalendarModule.js`** as it accidentally mistyped

CLA Signed

fix(Android): read minSdkVersion from root project #318

To have the ability to disable&enable the ssl verification **`verify_ssl`** param added for ssl verification. Default value is true

If consumer doesn't want to verify the ssl cert, for now there is no way to disable ssl cert control. To make it possible there should be a `:verify_ssl` parameter...

add missing index for this query; https://github.com/camunda/camunda-bpm-platform/blob/655423a5504d8ffe30243ac0eda2056eef9faee7/engine/src/main/resources/org/camunda/bpm/engine/impl/mapping/entity/Task.xml#L183-L185

Android 6 crashes on runtime; v1.3.1 -> Android 6 crashes on runtime v1.2.1 -> working

Our app crashes on RN 0.68.5 with [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) v0.17.0 Our app is **not** written with new architecture so maybe it is the problem When I downgrade to [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) v0.16.4, it...