1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Update docs/sdks/react-native/GETTING_STARTED.md

Co-authored-by: Vincent (Wen Yu) Ge <vincent@appwrite.io>
This commit is contained in:
Damodar Lohani 2024-03-12 08:35:17 +05:45 committed by GitHub
parent cfd7534993
commit 7c7d09514a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ const client = new Client();
client
.setEndpoint('http://localhost/v1') // Your Appwrite Endpoint
.setProject('455x34dfkj') // Your project ID
.setPlatform('com.example.myappwriteapp') // YOUR application ID
.setPlatform('com.example.myappwriteapp') // Your application ID or bundle ID.
;
```