-
Just installed from npm and tried to compile straight away. Got an error that the method doesn't exist. It seems the native code isn't linked on iOS. Is autolinking broken with this project?
-
Hello!
"react-native": "0.56.0"
"react-native-push-notification": "^3.1.1"
I configured all as in example. IOS works perfectly in any situation.
Android receive push in background and in foregroun…
-
The last PMD warning, which is that BMInterface has too many public methods, I think is a valid concern.
I was wondering what my fellow devs consider about splitting out the forum-related methods int…
-
https://github.com/giu2000/FruitsStore/blob/20d740917db3eff39953cbf9bf749f2ea3a53916/fruits_store/src/components/ProductDetails/ProductDetails.js#L27
volevo provare questa funzione di github per se…
-
A few things I noticed in trying to get the examples to work (per [this README](https://github.com/vega/react-vega/blob/master/packages/react-vega/README.md)):
1. It looks like `createClassFromSpec…
-
After updating React-Native to v.0.59.1, I'm no longer able to disable the user's ability to swipe through cards in the SideSwipe component with `shouldCapture={() => false}`.
I've tried disablin…
-
> $ npm -s run generate:prisma && npm -s run generate:nexus
> Prisma Schema loaded from prisma/schema.prisma
>
> ✔ Generated Prisma Client (version: 2.8.0) to ./node_modules/@prisma/client in 45…
-
-
Hi there,
For a while now, we have been trying to integrate the react-refresh plugin into a React application with the [Fable](https://fable.io/). I tried of bunch of configuration and non have wo…
-
I've got the following script:
```javascript
const winstaller = require('electron-winstaller');
const path = require('path');
resultPromise = winstaller.createWindowsInstaller({
appDirec…