diff --git a/README.md b/README.md index 164f5b3..618c485 100644 --- a/README.md +++ b/README.md @@ -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//AppDelegate.mm`, and add the following: @@ -235,11 +235,11 @@ public class MainApplication extends Application implements ReactApplication { - - - - + + + + ``` 6. In `android/app/src/proguard-rules.pro` add the following: ```