Amur
Amur
@chawax I personally do a setHeader inside the Api.js in every api endpoint call. like so: ``` const register = (token, data) => { api.setHeader('Authorization', 'Bearer ' + token) return...
@chawax You normally would use Sagas for the api calls. If you want to directly call the api from the component you can do something like: ``` import React, {Component}...
@egeis There is SectionList for FlatList with sections 👍
@andy135790 install required libraries listed in requirements.txt ``` beautifulsoup4==4.6.0 bs4==0.0.1 requests==2.14.2 six==1.10.0 ``` Most likely you dont have six installed or all of them, just run the following for each...
@manuelkch code-push is now part of the appcenter so rolling out updates to the code-push is documented here https://docs.microsoft.com/en-us/appcenter/distribution/codepush/cli This plug needs to be updated to work with `appcenter codepush`
Facebook doesnt work for me after the upgrade. getting that: "Fetching user..."
@andrijan Exactly! I have to click it twice.
@andrijan Yep thats right. Just upgraded to react 16 and it works now, dialog pops up. Thank you 👍
@nicolas-goudry Honestly, I tried with the older version of React, the window doesn't pop up with the exact same code. :/ Maybe try to reset cache ?
Same issue here, tride 7 I can still see the gap :/ Tried to set the background color for the parallax header, but it then overlaps the actual background :/