Dan Liebault

Results 15 comments of Dan Liebault

any news about this being merge ?

We could make it so the user choose the location of the database. Then he would just have to save it in onedrive. It sdouldn't be an issue for anyone...

Update : I can't find a way to change where the database is saved, only the config file. I might be missing something I don't know how electron defines where...

I'm refactoring the code currently, I should be finish soon. I opened the pull request because I might have question on specific files such as [createAnimatedBottomTabNavigator.js](https://github.com/smontlouis/bible-strong/blob/master/src/navigation/createAnimatedBottomTabNavigator.js) About that, is there...

> Hi ! Thank you for your work 👍 You're welcome. I'm able to run it without .env variables for now but I might need them later on.

I ran into an issue trying to type [Link.tsx](https://github.com/smontlouis/bible-strong/pull/152/files#diff-3d5b2c7685e242a06c211147a7e8b275f9e68489f5a7ffbcf16a5314333b3f53). While I did succeed in typing in somewhat, the type of params isn't resolving properly from the given route name. Any...

I don't think so. Also, I completed the refactoring (mostly). You can go through testing to check if I didn't miss anything. I'll format everything with the linter also and...

J'ai trouvé quelques oublies que je suis entrain de corrigé actuellement. Mais je suis tombé sur un problème un peu épineux, peut-être lié à #153 . # Problème 1 Le...

Merci pour le deuxième problème, j'ai pu avancer. En effet, j'avais oublié le HOC et en reportant la logique dans le screen, ça à l'air de fonctionner correctement.

Hey, The translations are in JSON format like so : ``` book-chapter-verse: { // 1-1-1 for genesis 1:1 book: number, chapter: number, verse: number, content: string, id: string // book-chapter-verse...