Thomas Coldwell

Results 36 comments of Thomas Coldwell

For me the one thing that made this work was to set my intent filter simply as this in the `AndroidManifest.xml` file. Seems to fix the linking back into the...

Also having this issue with a number of expo specific modules that I require not finding `@unimodules/core` and other packages the Expo SDK normally installs that are present in the...

Thanks @satya164 - are you suggesting that I put `expo` itself as a peer & dev dependency in the root package.json? I've tried that - it gets rid of any...

Nevermind - just me being silly 😅 put `@expo/vector-icons` into the `peerDependencies` in the root package.json and it started working perfectly. Put it in a small test repo for anyone...

Am I correct in assuming this will enable a better typed Data API similar to what Prisma offers where a dev can run a script using a CLI tool to...

![Screenshot_20201013-161416](https://user-images.githubusercontent.com/31568400/95880744-c0ac9980-0d6f-11eb-8610-73d291f1013b.jpg) ![Screenshot_20201013-161447](https://user-images.githubusercontent.com/31568400/95880752-c2765d00-0d6f-11eb-8345-ca7420fabf9b.jpg) ![Screenshot_20201013-161347](https://user-images.githubusercontent.com/31568400/95880755-c30ef380-0d6f-11eb-9567-4eaf188a18d6.jpg)

Hi there! Thanks for the feedback! 😀 On your first note I think we can improve this using the `` overlay that is triggered when you confirm your editing, but...

Thanks for the PR! Agreed this is definitely needed to support multiple languages. Just having a look through your code and I see you have put the variable bits of...

Hi will try have a look at this today, I think some time just needs to be spent making the styling more responsive. Could you let me know what device...

Thanks dude! 😁 I think the best option here would be to introduce 2 different customisation options: - Firstly a prop that let's you specify the localisation for any of...