Tom Anderson

Results 37 comments of Tom Anderson

I can reproduce the issue with all the code from the Readme in this snack: https://snack.expo.dev/@tom.a/smiling-green-truffle?platform=android The Readme doesn't contain any mention of requiring Android to link a library. Expo...

Here's a minimal example. The baseline of the container does not line up with the baseline of the numbering. https://snack.expo.dev/@tom.a/numbered-list-and-text-not-aligning-when-rendering Seems that no style changes in tagsStyles can really affect...

This is my complete minimal sample, currently available at https://snack.expo.dev/@tom.a/numbered-list-and-text-not-aligning-when-rendering ``` import React from 'react'; import RenderHtml from 'react-native-render-html'; export default function App() { const tagsStyles = { p: {...

> I am trying to figure out how to try this. We currently mostly use other images and install gcloud sometimes on those images, to use things like docker and...

Looks like these two endpoints no longer exist: admin/resync-chart admin/update-meta

Check the line previous to the error. In my case, there was an erroneously deleted quotation mark. The error does not give the entire line, so it is not easy...

This fix was pulled into this fork: https://github.com/Aireuropa/resec/pull/2