Adriano Skroch

Results 5 comments of Adriano Skroch

@artz What I did was add the git repo I forked with the fix directly `npm i -S git+https://github.com/adrianolsk/article-extractor.git`

@Ramyapriya24 here is the code I am using. ``` import { ApolloClient, HttpLink, InMemoryCache } from '@apollo/client'; import { setContext } from '@apollo/link-context'; import AuthService from 'services/auth-service' // this is...

That is my service, it just read the AsyncStorage from react-native, so after login I set the value there and before each request the code just grab the info and...

> After 2 hours of research. > So after I tried to run the script below, I can install the release apk on my device. > `mkdir android/app/src/main/assets` > `react-native...

@raouldandresy I am using this package instead of FlatList: https://www.npmjs.com/package/recyclerlistview `FlatList will` render all the itens of the list, while it is better than the old `ListView` as it renders...