File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- # Appwrite React Native SDK
1+ # Appwrite React Native SDK [ BETA ]
22
33![ License] ( https://img.shields.io/github/license/appwrite/sdk-for-react-native.svg?style=flat-square )
44![ Version] ( https://img.shields.io/badge/api%20version-1.4.12-blue.svg?style=flat-square )
@@ -17,13 +17,7 @@ Appwrite is an open-source backend as a service server that abstract and simplif
1717To install
1818
1919``` bash
20- npm install react-native-appwrite react-native-fs react-native-url-polyfill --save
21- ```
22-
23- For iOS apps, you will need to install cocoapod dependencies.
24-
25- ``` sh
26- cd iOS && pod install && cd ..
20+ npx expo install react-native-appwrite react-native-url-polyfill
2721```
2822
2923## Getting Started
@@ -41,18 +35,12 @@ Add your app's **name** and **package name**, Your package name is generally the
4135
4236## Setup
4337
44- On ` index.js ` add import for ` react-native-url-polyfill `
45-
46- ```
47- import 'react-native-url-polyfill/auto'
48- ```
49-
5038### Init your SDK
5139Initialize your SDK with your Appwrite server API endpoint and project ID which can be found in your project settings page.
5240
5341``` js
5442import { Client } from ' react-native-appwrite' ;
55- // Init your Web SDK
43+ // Init your react-native SDK
5644const client = new Client ();
5745
5846client
You can’t perform that action at this time.
0 commit comments