Ruben Rizzi
Ruben Rizzi
According to the documentation, I should see an alert box on Android. Instead I get a black screen. It is worth noting that I'm using react-native-navigator from wix, so it...
For example: {% block nav %} {% set localVar = 2 %} {% endblock %} {{ localVar }} It prints 2, but in the PHP version the variables declared inside...
If in my package.json I have this, instead of the npm version: > "react-native-facebook-login": "github:magus/react-native-facebook-login", and I run npm install, the dependency is downloaded with the .git folder, and if...
I've tried to use the plugin in a project created with the following command: ``` yarn create react-app my-app --template typescript ``` After running `yarn start`, webpack dev server fails...