RaiRai
RaiRai
TTCTheo's Typesafe Cult
Created by RaiRai on 7/25/2024 in #questions
expo secure store
My app can write to secure store in dev tested on android emulator but in production it errors as ERR_WRITE. Just storing a simple name and token so storage is likely not the problem? I checked permissions and I don’t seem to be missing anything per expo docs. Anybody help?
1 replies
TTCTheo's Typesafe Cult
Created by RaiRai on 7/12/2024 in #questions
Expo with Native Modules
For my expo application, I need to use a react native package to connect to a printer. The printer only has serial port or usb options so I can’t use expo print. I do not want to eject from expo. Every time I use native modules I run into build issues with gradle. Does anybody have any advice on how I can best approach this? Should I try expo dev client?
2 replies
TTCTheo's Typesafe Cult
Created by RaiRai on 6/6/2024 in #questions
Expo Router APIs
I am deciding what’s the best way to set up APIs for my project. My app calls external urls however I don’t want to use fetch directly in frontend components. Goal was to have a utility function to call a route that I set up in the app/ folder then take care of processing all that on the server side. Not sure if it’s just redundant coding. And also since I’m calling external urls how should I export the basic get post etc?
10 replies