Médédé Raymond KPATCHAA

Results 57 comments of Médédé Raymond KPATCHAA

@wschurman maybe you can take a look? It doesn't seem to have been any activity on the repo since 3 months now. Thank you.

A workaround I just found is to ignore fingerprint check on the whole expo config. https://github.com/expo/expo/blob/main/packages/%40expo/fingerprint/src/sourcer/SourceSkips.ts#L40 As mentioned in the readme https://www.npmjs.com/package/@expo/fingerprint But it's not the solution because it can...

@tharakadesilva I like the option 2 with a slightly difference. Instead of moving the push, just create another object that will be added to the content. That way, We avoid...

Hi @Kudo I've tested the fileHookTransform config and it works like a charm. 💪🏾 I am wondering if it's still needed to make the pull request for googleServicesFile, or We...

Hi @Kudo it seems like the problem is back? I have this error ``` Difference between local and EAS fingerprints: [ { "op": "added", "addedSource": { "type": "file", "filePath": "../../eas-environment-secrets/47e679032d37bd0661aec740c77bd2c108f5e59e7354d256821b0fa0b09d5b63",...

Hi @brunobely do you have a use case where you'd need a custom className? Because with nativewind for example, the recommended way is to use cssInterop. Something like : ```ts...

It might be useful if you need to pass something else than color or opacity. But if you check the default Svg component, it doesn't have a className prop. So...

Check this https://www.nativewind.dev/tailwind/svg/fill > React Native does not have SVG components but universal SVG support can be achieved with 3rd party libraries such as [react-native-svg](https://github.com/react-native-svg/react-native-svg). While these docs use react-native-svg,...

Hi @brunobely can you please share a reproducible example. I can't imagine a use case for that. Do you want to pass a default class to the icons with the...