Thomas Coldwell
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...
  
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...