@instantdb/react-native
Get Started ·
Examples ·
Try the Demo ·
Docs ·
Discord
Welcome to Instant's React Native SDK.
function Chat() {
const { isLoading, error, data } = useQuery({
messages: {},
});
const addMessage = (message) => {
transact(tx.messages[id()].update(message));
}
return <UI data={data} onAdd={addMessage} />
}
Get Started
Follow the getting started tutorial to set up a live React Native app in under 5 minutes! Or you can try a demo in your browser :).
Questions?
If you have any questions, feel free to drop us a line on our Discord