Using sdk-for-react-native with appwrite.io

TypeScript integration

✓ Official SDK
Install
npm install sdk-for-react-native
Quick start
import Sdk_for_react_native from 'sdk-for-react-native';

const client = new Sdk_for_react_native({ apiKey: "YOUR_API_KEY" });
List Teams
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/teams
List Users
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/users
Get HTTP
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/health
SDK on GitHub 📄 API Docs
SDK
sdk-for-react-native
TypeScript
API
appwrite.io
appwrite.io:server
At a glance
Language TypeScript
Endpoints95
Base URLhttps://appwrite.io/v1
✓ Official