Sachit Karki
Sachit Karki
## Your Environment * Plugin version: ^4.9.4 * Platform: Android * OS version: 10.0.1 * Device manufacturer / model: One Plus 5T * React Native version (`react-native -v`): 0.68.5 *...
Could be something like [this](https://github.com/jemise111/react-native-swipe-list-view/issues/461) **Describe the bug** When I try to use swipe row i get typescript error, it works but the typescript error is annoying and it keeps...
Any idea what this is or how does this happen? ``` Error: sp-react-native-in-app-updates checkNeedsUpdate error: Error: android.os.RemoteException: AppUpdateService : Binder has died. at anonymous(index.android.bundle:4:27) at anonymous(index.android.bundle:1:1) at res(node_modules/promise/setimmediate/es6-extensions.js:76:16) at Promise(node_modules/promise/setimmediate/core.js:56:11)...
Was checking changelog and saw 4.14.1 released on 2012, seemed like typo so fixed it from released tag date https://github.com/transistorsoft/react-native-background-geolocation/releases/tag/4.14.1
What is the nicest way to mock api? I mean I created a mock server with Mockoon and added some responses manually for my local simulator build. Mockoon provides a...