Skip to content

Commit

Permalink
docs: correct android setup, andd npx pod-install
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrungduc1410 committed Jan 25, 2024
1 parent 1d68cfa commit fddff4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After that you'll get your Zalo App Key, and you'll need to use it for next sect
## iOS
Run the following command to setup for iOS:
```
cd ios && pod install
npx pod-install ios
```

After that, open `ios/<your_app_name>/AppDelegate.mm`, and add the following:
Expand Down Expand Up @@ -235,11 +235,11 @@ public class MainApplication extends Application implements ReactApplication {
<!-- eg: <data android:scheme="zalo-1234567890" />-->
</intent-filter>
</activity>

<queries>
<package android:name="com.zing.zalo" />
</queries>
</application>

<queries>
<package android:name="com.zing.zalo" />
</queries>
```
6. In `android/app/src/proguard-rules.pro` add the following:
```
Expand Down

0 comments on commit fddff4e

Please sign in to comment.