Ruwan Pradeep

Results 1 issues of Ruwan Pradeep

### 💭 Description ``` import { Client, Account } from 'react-native-appwrite'; // Init your React Native SDK const client = new Client(); client .setEndpoint('http://localhost/v1') // Your Appwrite Endpoint .setProject('455x34dfkj') .setPlatform('com.example.myappwriteapp')...

documentation