Amaury
Amaury
Hi @theaupoulat! Any progress on your side? Are you still interested in working on this?
Sure ๐! @theaupoulat hasn't been answering, so go ahead @LuKenneth, I just assigned you.
Hey @LuKenneth, yeah that happens when you have an incorrect [sentry DSN](https://github.com/amaurymartiny/shoot-i-smoke/blob/master/app.example.json#L19). Try to put `null` (without quotes) in the app.json field Note: I updated the README too, you're not...
Hey @LuKenneth, are you still working on this? Do you need any help?
> is my only option to created the typed module myself? No, you have several options: 1. you can just put inside `App/ambient.d.ts` the following line ```typescript declare module 'react-openlayers';...
Thanks @ngdangtu-vn! Yes, in the app, the full sentence in English is: ``` This app was inspired by Berkeley Earthโs findings about the equivalence between air pollution and cigarette smoking...
It's in my mind to move away from expo-localization (i18n-js), i saw some limitations, so okay to move away ๐ . How does `react-i18next` compare to `react-intl`?
Thanks! ๐
Thanks a lot for this overview! > My conclusion is if your app has more static script (require less format, not have many words, like 'next', 'back', '404 error') then...
Thanks! Yes, organizing the scripts with namespaces is a good idea. Is it possible to make nested namespaces? If yes, I believe the easiest way to organize namespaces is to...