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
Get User Locale
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/locale
Get Account
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/account
SDK on GitHub 📄 API Docs
SDK
sdk-for-react-native
TypeScript
API
appwrite.io
appwrite.io:client
At a glance
Language TypeScript
Endpoints61
Base URLhttps://appwrite.io/v1
✓ Official