Fixed typo in README.md (#1448)

This commit is contained in:
klaz
2022-02-28 19:45:19 +01:00
committed by GitHub
parent cbc6d58774
commit f277c27dcd

View File

@@ -196,7 +196,7 @@ and run `pod install` from `ios` folder
#### Problems with Proguard
When Proguard is enabled (which it is by default for Android release builds), it causes runtine error
When Proguard is enabled (which it is by default for Android release builds), it causes runtime error.
To avoid this, add an exception to `android/app/proguard-rules.pro`:
```bash