I remember when this was called "offline first" and I've always been a fan of this type of architecture. Have I ever implemented it? No...but I'd like to! I'll endeavor to play around with this. Looks great!
@schicklingj2 күн бұрын
Yes, the "offline-first" dream is finally becoming a reality and going even further with features like real-time collaboration etc.
@ChrisGeirman2 күн бұрын
I'm curious how real time collaboration would work without a stable network connection. You're breaking my brain 😅 CouchDB use to be the go-to sync engine when someone wanted this sort of functionality, but it always seemed a little too complicated to get to hello world on mobile (to me). LiveStore, being on expo removes that friction point (for me). I'm excited about this!
@korigamik2 күн бұрын
can you please share the github repo for this project?
@ExpoDevelopers2 күн бұрын
Hi! You can learn more at livestore.dev. Also, the video description has a link to request early access.
@MarlonEnglemamКүн бұрын
How did you make that "assigned" and "created" tab component? Is it some pre made component from expo? I'm trying to do something like that but cant find the name for it, the closest I get to define it is "tab" but then I always end up with tab navigation related content
@anlalan3224Күн бұрын
Hi Marlon, you can check the segmented control component examples
@thefhater31652 күн бұрын
I have a very specific problem, I need to initialize a third party aar (.initialize method), this method opens the browser for login and then it goes back to the app, but with expo run:android this get's ignored and the redirection never happens, I also gradlew assembleRelease and it also doesn't happen, it only happens if I install the debug app with react-native run-android and then starting the expo server. Is this possible to do with expo?
@isaaccastillo86282 күн бұрын
Kysely driver works with Livestore? I know how to do SQL staments, but I really liked the way Kysely works in the development process actually. God bless you guys!
@schicklingj2 күн бұрын
Yes, you can use Kysely (or most other JS query builders/ORMs) on top raw SQL in LiveStore. Note the latest version of LiveStore now also includes a first-class query builder.
@isaaccastillo8628Күн бұрын
@schicklingj Cool
@jhutanda2 күн бұрын
Github link please 🙏
@gablabelle2 күн бұрын
May we access the source code please? ;-)
@nhieljeff21562 күн бұрын
can i query vectors locally?
@schicklingj2 күн бұрын
Not yet, but there are plans to integrate with sqlite-vec to make this work. I'm currently looking for a commercial sponsor to start the development effort on this!
@shawwalmuhammad3 күн бұрын
In expo-52 the expo doctor keeps failing and telling me that react-native-screen does not match how to fix this
@abdulmadebari23133 күн бұрын
Am getting the same error
@ExpoDevelopers2 күн бұрын
We'd be happy to investigate! can you please create an issue with a minimal reproducible example? thank you!
@smokz982 күн бұрын
Got the same problem, somehow the "npx expo install --check" wasn't changing anything to solve the problem so check what is the expected version from the message and write it as the version on your package.json. That fixed it for me. This was the message I was receiving: The following packages should be updated for best compatibility with the installed expo version: react-native-screens@^4.0.3 - expected version: ^4.0.0
@geekthegeek7302 күн бұрын
You need to manually comment out vision os part from your node modules
@j00cy2 күн бұрын
lemmmmmme have it
@yathink24062 күн бұрын
Everything is fine.. folder strucure not impressive