From 9e3bee54cf976dd81c74c907b162b4a590442bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Pata=C4=8Dko=20Koderman?= Date: Mon, 15 Apr 2024 14:54:27 +0200 Subject: [PATCH] fix: add missing example and blog post --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d7f5f3..558ba8a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Offers a seamless integration of OpenAI's advanced AI capabilities within React ![Example Gif](assets/example.gif) +If you are interested in learning more, take a look at this [blog post](https://dev.to/zerodays/generative-ui-in-react-native-180f). It discusses how to build UIs with this package and what is behind the scenes. + ## Features - React Native (with Expo) type-safe helpers for streaming text responses + components for building chat UIs @@ -198,6 +200,7 @@ const { - Minimal: https://github.com/zerodays/react-native-gen-ui-minimal-example - Location & Weather: https://github.com/zerodays/react-native-gen-ui-weather-example +- Blog post with more details: https://dev.to/zerodays/generative-ui-in-react-native-180f ## License