fuelkoy
fuelkoy
Regex for headwind to work with twrnc package: "(?:\\b(className|style)\\s*=\\s*tw[\\\"\\'\\`]([_a-zA-Z0-9\\s\\-\\:\\/]+)[\\\"\\'\\`])|(?:\\btw\\s*`([_a-zA-Z0-9\\s\\-\\:\\/]*)`)" Must be added to "Settings>Extensions>Headwind>Class Regex>Edit in settings.json" and in there to whatever form you are using twrnc or other tailwind...
See #465
@VinitSarvade Thank you. By the way do you (or anyone else) know if it is possible to change the size of .webp/.svg/.png (or whatever is used for custom marker) used...
@alanjhughes @brentvatne Amazing work guys! Thank you!
@lenmazzone works perfectly! Thank you for sharing. I don't know how Expo team should take account of this, but at least now they have the knowledge of the problem (and...
By Evan Bacon in related issue: > We have added mjs support in Expo SDK 50, this should resolve the issue. https://github.com/expo/expo/issues/23322#issuecomment-1892833602
@Zelfapp Are you, for any reason, not awaiting the function containing the puppeteer launch, etc.? I came across this issue prior, where not awaiting the function caused this error to...
This is an important one. Is there a way to analyze bundles on the files generated through eas update? It would be really good to see and analyze of what...
~~After updating from Expo SDK 50 to SDK 51 (`react-native-reanimated` 3.6.2 to 3.10.1), there were big performance issues using Moti, but it seems to me that the problem lies within...
@TamasFarago Getting back from holiday so I'll put some code here of the previous and current code. This is not a minimal repro but showing the use case where the...