From e2e14e414de25904d791b503d2852c68b3ac9415 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 07:55:57 +0700 Subject: m --- actions/render-info.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 actions/render-info.tsx (limited to 'actions/render-info.tsx') diff --git a/actions/render-info.tsx b/actions/render-info.tsx new file mode 100644 index 0000000..1428337 --- /dev/null +++ b/actions/render-info.tsx @@ -0,0 +1,8 @@ +"use server"; + +import { Text } from "react-native"; + +export default async function renderInfo({ name }) { + // Securely fetch data from an API, and read environment variables... + return Hello, {name}!; +} -- cgit v1.2.3