Closed carocad closed 6 years ago
:shipit: This branch has been deployed to: https://expo.io/@carocad/hive?release-channel=directions
Download the Expo app and scan this QR code to get started!
@carocad starting a local kamal did not change anything. The app runs, I see the new direction icons in the bottom but nothing else.
Unfortunately currently the http function that I use is configured to ignore errors, and I think the IP was hard coded to match my network so you need to change that :(
We need to change our error strategy in the app but since react native needs special handling for that I haven't implemented it
:shipit: This branch has been deployed to: https://expo.io/@carocad/hive?release-channel=directions
Download the Expo app and scan this QR code to get started!
part of #74
This is by no means a complete integration. However, after trying to integrate it I realised that there are several pieces of information missing in
kamal
's response.So for the time being I think it suffices to just review what I currently have and then work again on it once we change kamal.
CHANGES:
:style
keyword. It seems to be accepted only for that componentDateTime
andduration
directions
spec for parameters that we have not implementedPS: I also did some small changes in the build script since it started failing for some reason. My guess is that the latest expo release broke it.
PS2: you will need a local
kamal
instance running for the app to be usable. You could also have a remote container running but right now is hardcoded to localhost