Cassiano
Cassiano
Anything on this? I've got the same errors, but it's just 1-2 times per day, if I retry like 2-3 times it works.
My suggestion: There should be a option for disabling Prettier from removing the surplus parentheses, e.g. ```removeSurplusParentheses: true (default)```, so if I set it to false, Prettier will only format...
@duailibe That's what is being discussed in this issue, for Prettier to keep the readibility of the code. from https://github.com/prettier/prettier/issues/187#issuecomment-310554650 > “Programs must be written for people to read, and...
@Undistraction I understood what Prettier does, I insist in my suggestion, since I can't use prettier at my work because it is removing the parentheses that are used for readibility,...
Nothing on this? I am on Ubuntu 17.04
I can build the project successfully if I change the Sdk version on `node_modules/react-native-facebook-login/android/build.gradle` to: ``` android { compileSdkVersion 27 buildToolsVersion "27.0.3" defaultConfig { minSdkVersion 16 targetSdkVersion 27 versionCode 1...
Anything on this? Having the same warning on `"react-native-facebook-login": "^1.6.1"`
> in my answer I typed 'plus' symbol before (BOOL)requiresMainQueueSetup. But it's showing as a '.' in here. Please use plus symbol. put it inside a code tag
``` FBLoginManager.loginWithPermissions( ['public_profile', 'email'], (error, data) => { if (!error) { const { credentials } = data, { token } = credentials, facebookGraphApi = 'https://graph.facebook.com/v3.2/me?fields=email&access_token=' + token; fetch(facebookGraphApi) .then((response) =>...
Nothing on this? It would be nice to explain, since I am having issues with the https://github.com/facebook/react-native-fbsdk and wanted to try this one now.