Will Ernst
Will Ernst
This is problematic because Vite by default has this configuration option. I dont actually think this is difficult to address, we just need to export a little more. Sorry for...
Fixed in latest release: `@triplit/client: 0.4.13`
A preliminary guide to using react native with expo can be found here: https://www.triplit.dev/docs/frameworks/react-native Keeping the issue open because its not officially released.
@jessebrennan its not officially supported, but we plan to in the near future. Mobile is obviously a great fit for Triplit. I don't know if @matlin has experimented with it,...
@jessebrennan I started experimenting with this today. Are you interested for support with Expo or bare RN?
Hi @jessebrennan I moved the discussion of RN support to https://github.com/aspen-cloud/triplit/issues/56. Included there is a link to how to get setup with Triplit and Expo.
@MHOOO Looking at our code for `@triplit/tuple-database` it looks like that import is correct. What version are you referencing? The latest should be `2.2.25`
I dont think expo-sqlite works on the web. However you can try our server side sqlite package by importing it from`@triplit/client/storage/sqlite`. Im unsure that will work in a PWA (it...
It looks like in the code path you seem to be hitting we are failing to parse a default value you provided in your schema. Do you have any default...
What are you running to start the server with the `server.js` file? My first guess is there is some env variable configuration that isnt happening properly