Pierre-Louis Le Portz

Results 4 comments of Pierre-Louis Le Portz

@lucas-janon As a workaround we override the `useQuery` hook: ``` import { DocumentNode, QueryHookOptions, QueryResult, TypedDocumentNode, useQuery, } from '@apollo/client'; export const useApolloQuery = ( query: DocumentNode | TypedDocumentNode, options?:...

@craigcoles I did not try further to find a solution for iOS after posting the issue. Regarding the android implementation, I followed react-native-mixpanel installation guide (do not forget the [Additional...

- fontweight pas interprété de la même manière (cf. ajout de fontweight: undefined) - Ajouter les lineHeight ? (à checker) - Faire une recherche sur "Platform." dans les projets BAM...

Et dans les dépendances : - react-navigation : centrage de titre - taille du header - si on met header transparent avec react-navigation, il y a encore les shodow sur...