Jeremy Robertson
Jeremy Robertson
I can put up a PR for this, you guys interested? Want to talk about it first?
Cool, I'll get it up today or tomorrow. You know the project better than I do, so no hard feelings if my suggestion doesn't match where you're going. Just trying...
With this change you can set the environment variables before you import debug anywhere (like in index.js or in a config.js) like so : ``` process.env.DEBUG = ['*'].join(','); //init,search,addListing:price,reservation:* process.env.DEBUG_COLORS...
Another note for this project: Test thoroughly with EAS, and ensure version dependencies are up to date, as flexible as they can be, and well documented against expo and other...
@bernatvadell I get this exact same error, but only if I run it in VSCode. If I use WindowsTerminal to open my Ubuntu shell and run it from there, it...
> @mohammedmunaf Thank you for your help! > My problem came from the fact I was using the carousel in a bottom sheet component from the `react-native-reanimated-bottom-sheet` library. On Android...
I'm a little old school so I looked it up to make sure I was current, and it's less of a big deal than it used to be. https://stackoverflow.com/questions/5110384/can-i-use-images-without-extension-in-img TLDR;...
Yes, that change sounds good.
I forgot to mention, I reverted the regex that finds the variable names because the new variableStyleBoundary inside the regex was throwing all sorts of errors. Since that feature isn't...