Bruno Fantauzzi
Bruno Fantauzzi
This would be very useful to me :/
Any news? Edit: Hmm, it seems to be working at the repo snack: https://snack.expo.dev/@computerjazz/rndfl3 Edit2: Just saw that it uses 3.0.0, the beta version. Changing it to 2.6.2 won't work....
Any news about this? I really dislike writing READMEs, mainly because I JsDoc my code already and I hate to copy the stuff there to the README, and having to...
Thanks for the quick answer! I will as soon as I do my quick toTable.js post it here as it may help you or at least give you some ideas....
Done!! Probably it's just a dirty workaround that won't work on other cases that includes other JSDoc tags. In the entry file, differently from the original code typings, I made...
> ``` > > > # {{changeCase "title" (package "name")}} > > > > {{package "description"}} > > > > {{#each (package "shields")}}[![{{this.name}}][{{this.name}}]][{{this.name}}-url]{{/each}} > > {{#each (package "shields")}} > [{{this.name}}]:...
It seem to be working with react-native-gesture-handler@2 (i have installed paper-boarding with `-f` flag to force install)
This is interesting. Ain't clear to me if this allows local envs var for dev environment. I use Stripe, and to do local tests, I setup the local Stripe emulator,...
@inlined I am stuck on a older version as env vars aren't supported anymore... I hope you guys can find a way to solve this, so we can set vars...
Couldn't be there an firebase emulators:stop to kill any running emulators? Edit: this seems closed but still happens here.